Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h249 int xthreadlimit = deviceProp.maxThreadsDim[0]; in GetCuda3DLaunchConfig() local
263 int threadsx = std::min({xdim, thread_per_block, xthreadlimit}); in GetCuda3DLaunchConfig()