Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h288 int xthreadlimit = deviceProp.maxThreadsDim[0]; in GetGpu3DLaunchConfig() local
318 int threadsx = std::min({xdim, thread_per_block, xthreadlimit}); in GetGpu3DLaunchConfig()