Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h270 int blocksx = std::min({block_count, DivUp(xdim, threadsx), xgridlimit}); in GetCuda3DLaunchConfig() local
272 {DivUp(block_count, blocksx), DivUp(ydim, threadsy), ygridlimit}); in GetCuda3DLaunchConfig()
273 int blocksz = std::min({DivUp(block_count, (blocksx * blocksy)), in GetCuda3DLaunchConfig()
278 config.block_count = dim3(blocksx, blocksy, blocksz); in GetCuda3DLaunchConfig()