#include <vec_distance.hpp>
|
template<typename T1 > |
__device__ __forceinline__ | VecDiffCachedRegister (const T1 *vec1, int len, U *smem, int glob_tid, int tid) |
|
template<typename T2 , typename Dist > |
__device__ __forceinline__ void | calc (const T2 *vec2, int len, Dist &dist, typename Dist::result_type *smem, int tid) const |
|
§ VecDiffCachedRegister()
template<int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename U >
template<typename T1 >
§ calc()
template<int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename U >
template<typename T2 , typename Dist >
§ vec1Vals
template<int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename U >
The documentation for this struct was generated from the following file: