Searched refs:SMEM_SIZE (Results 1 – 1 of 1) sorted by relevance
1071 const int SMEM_SIZE = BLOCK_SIZE > 64 ? BLOCK_SIZE : 64; in findBestMatch() local1072 __shared__ float s_dist[SMEM_SIZE]; in findBestMatch()1073 __shared__ int s_trainIdx[SMEM_SIZE]; in findBestMatch()