Home
last modified time | relevance | path

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

/llvm-project/mlir/test/Target/LLVMIR/
H A Dgpu.mlir21 // CHECK: [[FUNC:%.*]] = call ptr @mgpuModuleGetFunction(ptr [[MODULE]], ptr @kernel_module_kernel_kernel_name)
70 // CHECK-NEXT: [[FUNC:%.*]] = call ptr @mgpuModuleGetFunction(ptr [[MODULE]], ptr @kernel_module_kernel_kernel_name)
95 // CHECK: [[S4:%.*]] = call ptr @mgpuModuleGetFunction(ptr [[S3]], ptr @kernel_module_kernel_kernel_name)
/llvm-project/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp50 extern "C" hipFunction_t mgpuModuleGetFunction(hipModule_t module, in mgpuModuleGetFunction() function
H A DSyclRuntimeWrappers.cpp185 mgpuModuleGetFunction(ze_module_handle_t module, const char *name) { in mgpuModuleGetFunction() function
H A DCudaRuntimeWrappers.cpp157 mgpuModuleGetFunction(CUmodule module, const char *name) { in mgpuModuleGetFunction() function
/llvm-project/mlir/docs/Dialects/
H A DGPU.md200 %kernel = call ptr @mgpuModuleGetFunction(ptr %module, ptr @binary_func_kernel_name)