Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp353 std::vector<std::unique_ptr<EventPoolTy>> EventPool; member in __anondfa3b3cd0111::DeviceRTLTy
534 EventPool.resize(NumberOfDevices); in DeviceRTLTy()
647 if (!EventPool[DeviceId]) in initDevice()
648 EventPool[DeviceId] = in initDevice()
780 EventPool[DeviceId].reset(); in deinitDevice()
1442 if (EventPool[DeviceId]->acquire(Event) != OFFLOAD_SUCCESS) in createEvent()
1449 EventPool[DeviceId]->release(reinterpret_cast<CUevent>(EventPtr)); in destroyEvent()