Searched defs:L1Dist (Results 1 – 1 of 1) sorted by relevance
58 template <typename T> struct L1Dist struct60 typedef int value_type;61 typedef int result_type;63 __device__ __forceinline__ L1Dist() : mySum(0) {} in L1Dist() argument65 __device__ __forceinline__ void reduceIter(int val1, int val2) in reduceIter()70 template <int THREAD_DIM> __device__ __forceinline__ void reduceAll(int* smem, int tid) in reduceAll()75 __device__ __forceinline__ operator int() const in operator int()80 int mySum;82 template <> struct L1Dist<float> struct84 typedef float value_type;[all …]