Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp350 std::vector<std::unique_ptr<StreamPoolTy>> StreamPool; member in __anondfa3b3cd0111::DeviceRTLTy
488 if (StreamPool[DeviceId]->acquire(S) != OFFLOAD_SUCCESS) in getStream()
533 StreamPool.resize(NumberOfDevices); in DeviceRTLTy()
642 if (!StreamPool[DeviceId]) in initDevice()
643 StreamPool[DeviceId] = std::make_unique<StreamPoolTy>(StreamAllocatorTy(), in initDevice()
779 StreamPool[DeviceId].reset(); in deinitDevice()
1254 StreamPool[DeviceId]->release(reinterpret_cast<CUstream>(AsyncInfo->Queue)); in synchronize()
1474 StreamPool[DeviceId]->release( in releaseAsyncInfo()