Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Conversion/GPUCommon/
H A Dlower-wait-to-gpu-runtime-calls.mlir12 // CHECK: llvm.call @mgpuEventDestroy(%[[e0]])
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp124 extern "C" MLIR_CUDA_WRAPPERS_EXPORT void mgpuEventDestroy(CUevent event) { in mgpuEventDestroy() function
H A DRocmRuntimeWrappers.cpp115 extern "C" void mgpuEventDestroy(hipEvent_t event) { in mgpuEventDestroy() function