Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Conversion/GPUCommon/
H A Dlower-wait-to-gpu-runtime-calls.mlir6 // CHECK: %[[t0:.*]] = llvm.call @mgpuStreamCreate
10 // CHECK: %[[t1:.*]] = llvm.call @mgpuStreamCreate
H A Dlower-memcpy-to-gpu-runtime-calls.mlir7 // CHECK: %[[t0:.*]] = llvm.call @mgpuStreamCreate
H A Dlower-memset-to-gpu-runtime-calls.mlir7 // CHECK: %[[t0:.*]] = llvm.call @mgpuStreamCreate
H A Dlower-alloc-to-gpu-runtime-calls.mlir7 // CHECK: %[[stream:.*]] = llvm.call @mgpuStreamCreate()
H A Dlower-launch-func-to-gpu-runtime-calls.mlir42 // CHECK: [[STREAM:%.*]] = llvm.call @mgpuStreamCreate
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp96 extern "C" MLIR_CUDA_WRAPPERS_EXPORT CUstream mgpuStreamCreate() { in mgpuStreamCreate() function
H A DRocmRuntimeWrappers.cpp89 extern "C" hipStream_t mgpuStreamCreate() { in mgpuStreamCreate() function