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

Renato Golin llvmlistbot at llvm.org
Tue Jan 21 09:15:37 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
----------------
rengolin wrote:

This may break stuff downstream. @kbeyls @banach-space 

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


More information about the Mlir-commits mailing list