Searched refs:numMapThreads (Results 1 – 1 of 1) sorted by relevance
182 size_t numMapThreads = c10::cuda::CUDACachingAllocator:: in allocWithCudaHostRegister() local184 if ((numMapThreads > 1) && (roundSize >= (pageSize * numMapThreads))) { in allocWithCudaHostRegister()189 promises.reserve(numMapThreads); in allocWithCudaHostRegister()190 futures.reserve(numMapThreads); in allocWithCudaHostRegister()192 for (size_t i = 0; i < numMapThreads; i++) { in allocWithCudaHostRegister()199 numMapThreads, in allocWithCudaHostRegister()206 numMapThreads, in allocWithCudaHostRegister()