Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h264 int threadsy = in GetCuda3DLaunchConfig() local
267 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()