Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Conversion/GPUCommon/
H A Dlower-launch-func-to-gpu-runtime-calls.mlir49 // CHECK: llvm.call @mgpuLaunchKernel([[FUNC]], [[C8]], [[C8]], [[C8]],
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp86 mgpuLaunchKernel(CUfunction function, intptr_t gridX, intptr_t gridY, in mgpuLaunchKernel() function
H A DRocmRuntimeWrappers.cpp77 extern "C" void mgpuLaunchKernel(hipFunction_t function, intptr_t gridX, in mgpuLaunchKernel() function