Searched refs:threadsy (Results 1 – 1 of 1) sorted by relevance
264 int threadsy = in GetCuda3DLaunchConfig() local267 std::min({zdim, std::max(thread_per_block / (threadsx * threadsy), 1), in GetCuda3DLaunchConfig()272 {DivUp(block_count, blocksx), DivUp(ydim, threadsy), ygridlimit}); in GetCuda3DLaunchConfig()277 config.thread_per_block = dim3(threadsx, threadsy, threadsz); in GetCuda3DLaunchConfig()