Searched refs:buildCentersList (Results 1 – 1 of 1) sorted by relevance
130 …__global__ void buildCentersList(const PtrStepSzi accum, unsigned int* centers, const int threshol… in buildCentersList() function164 cudaSafeCall( cudaFuncSetCacheConfig(buildCentersList, cudaFuncCachePreferL1) ); in buildCentersList_gpu()166 buildCentersList<<<grid, block>>>(accum, centers, threshold); in buildCentersList_gpu()