Home
last modified time | relevance | path

Searched refs:threadsy (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h319 int threadsy = in GetGpu3DLaunchConfig() local
322 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()