Home
last modified time | relevance | path

Searched refs:mgpuEventRecord (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.mlir8 // CHECK: llvm.call @mgpuEventRecord(%[[e0]], %[[t0]])
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp132 extern MLIR_CUDA_WRAPPERS_EXPORT "C" void mgpuEventRecord(CUevent event,
H A DRocmRuntimeWrappers.cpp123 extern "C" void mgpuEventRecord(hipEvent_t event, hipStream_t stream) { in mgpuEventRecord() function