Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h289 int ythreadlimit = deviceProp.maxThreadsDim[1]; in GetGpu3DLaunchConfig() local
320 std::min({ydim, std::max(thread_per_block / threadsx, 1), ythreadlimit}); in GetGpu3DLaunchConfig()