[Mlir-commits] [mlir] [mlir] Rename mlir-cpu-runner to mlir-runner (PR #123776)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Jan 22 08:54:12 PST 2025


================
@@ -22,8 +22,8 @@ if (MLIR_INCLUDE_INTEGRATION_TESTS)
       "If set, arch-specific Arm integration tests are run with an emulator.")
   set(ARM_EMULATOR_OPTIONS "" CACHE STRING
       "If arch-specific Arm integration tests run emulated, pass these as parameters to the emulator.")
-  set(ARM_EMULATOR_MLIR_CPU_RUNNER_EXECUTABLE "" CACHE STRING
-      "If arch-specific Arm integration tests run emulated, use this Arm native mlir-cpu-runner.")
+  set(ARM_EMULATOR_MLIR_RUNNER_EXECUTABLE "" CACHE STRING
----------------
banach-space wrote:

Thanks for flagging this, Renato!

>From Arm's perspective, we don't require this since we run everything natively on AArch64. This is more relevant for those who need to cross-compile. 

I'm not aware of anyone actively using it, so the renaming should be fine. If any issues arise following this change, I'm happy to help folks adjust their setups.

https://github.com/llvm/llvm-project/pull/123776


More information about the Mlir-commits mailing list