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