Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp349 using StreamPoolTy = ResourcePoolTy<StreamAllocatorTy>; typedef in __anondfa3b3cd0111::DeviceRTLTy
350 std::vector<std::unique_ptr<StreamPoolTy>> StreamPool;
643 StreamPool[DeviceId] = std::make_unique<StreamPoolTy>(StreamAllocatorTy(), in initDevice()