Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h250 int ythreadlimit = deviceProp.maxThreadsDim[1]; in GetCuda3DLaunchConfig() local
265 std::min({ydim, std::max(thread_per_block / threadsx, 1), ythreadlimit}); in GetCuda3DLaunchConfig()