diff --git a/mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp b/mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp --- a/mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp +++ b/mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp @@ -37,8 +37,8 @@ return err; } -extern "C" int32_t mcuModuleGetFunction(void **function, void *module, - const char *name) { +extern "C" int32_t mgpuModuleGetFunction(void **function, void *module, + const char *name) { return reportErrorIfAny( cuModuleGetFunction(reinterpret_cast(function), reinterpret_cast(module), name),