[Mlir-commits] [mlir] [mlir][vector] Use non-native runner in gather.mlir test (PR #187243)
Will Froom
llvmlistbot at llvm.org
Wed Mar 18 04:20:00 PDT 2026
https://github.com/WillFroom created https://github.com/llvm/llvm-project/pull/187243
None
>From ed3e76a3e34b94298ef518f48a7a791750a9431d Mon Sep 17 00:00:00 2001
From: Will Froom <willfroom at google.com>
Date: Wed, 18 Mar 2026 11:19:21 +0000
Subject: [PATCH] [mlir][vector] Use non-native runner in gather.mlir test
---
mlir/test/Integration/Dialect/Vector/CPU/gather.mlir | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir b/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir
index daf641d03eb75..110a46e2d89d8 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir
@@ -1,6 +1,6 @@
// DEFINE: %{entry_point} = main
// DEFINE: %{run} = mlir-runner -e entry -entry-point-result=void \
-// DEFINE: -shared-libs=%native_mlir_runner_utils,%native_mlir_c_runner_utils
+// DEFINE: -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils
/// TEST 1. Verify default compilation (direct lowering of `vector.gather` to LLVM)
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
More information about the Mlir-commits
mailing list