Searched refs:xthreadlimit (Results 1 – 1 of 1) sorted by relevance
288 int xthreadlimit = deviceProp.maxThreadsDim[0]; in GetGpu3DLaunchConfig() local318 int threadsx = std::min({xdim, thread_per_block, xthreadlimit}); in GetGpu3DLaunchConfig()