Searched refs:threadsy (Results 1 – 1 of 1) sorted by relevance
319 int threadsy = in GetGpu3DLaunchConfig() local322 std::min({zdim, std::max(thread_per_block / (threadsx * threadsy), 1), in GetGpu3DLaunchConfig()327 {DivUp(block_count, blocksx), DivUp(ydim, threadsy), ygridlimit}); in GetGpu3DLaunchConfig()332 config.thread_per_block = dim3(threadsx, threadsy, threadsz); in GetGpu3DLaunchConfig()