Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp434 std::vector<CUDADeviceAllocatorTy> DeviceAllocators; member in __anondfa3b3cd0111::DeviceRTLTy
568 DeviceAllocators.emplace_back(); in DeviceRTLTy()
578 DeviceAllocators[I], MemoryManagerThreshold)); in DeviceRTLTy()
986 return DeviceAllocators[DeviceId].allocate(Size, nullptr, Kind); in dataAlloc()
989 return DeviceAllocators[DeviceId].allocate(Size, nullptr, Kind); in dataAlloc()
1109 return DeviceAllocators[DeviceId].free(TgtPtr); in dataDelete()