Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/cuda/
DCachingHostAllocator.cpp182 size_t numMapThreads = c10::cuda::CUDACachingAllocator:: in allocWithCudaHostRegister() local
184 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()