Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-cuda-runner/
Dcuda-runtime-wrappers.cpp55 extern "C" CUfunction mgpuModuleGetFunction(CUmodule module, const char *name) { in mgpuModuleGetFunction() function
/external/llvm-project/mlir/test/Conversion/GPUCommon/
Dlower-launch-func-to-gpu-runtime-calls.mlir37 // CHECK: [[FUNC:%.*]] = llvm.call @mgpuModuleGetFunction([[MODULE]], {{.*}})
/external/llvm-project/mlir/tools/mlir-rocm-runner/
Drocm-runtime-wrappers.cpp54 extern "C" hipFunction_t mgpuModuleGetFunction(hipModule_t module, in mgpuModuleGetFunction() function