Searched refs:threadsNum (Results 1 – 1 of 1) sorted by relevance
291 const int threadsNum = 256; in init_data_cost_reduce_caller_() local292 const size_t smem_size = threadsNum * sizeof(float); in init_data_cost_reduce_caller_()294 dim3 threads(winsz, 1, threadsNum / winsz); in init_data_cost_reduce_caller_()472 const int threadsNum = 256; in compute_data_cost_reduce_caller_() local473 const size_t smem_size = threadsNum * sizeof(float); in compute_data_cost_reduce_caller_()475 dim3 threads(winsz, 1, threadsNum / winsz); in compute_data_cost_reduce_caller_()