[Mlir-commits] [mlir] 6f5ebfb - Fix MLIR integration test that requires ARM SVE to reproduce

Mehdi Amini llvmlistbot at llvm.org
Sat Sep 9 15:29:56 PDT 2023


Author: Mehdi Amini
Date: 2023-09-09T15:29:00-07:00
New Revision: 6f5ebfb9878f503772b1baa14330855fc9f5feac

URL: https://github.com/llvm/llvm-project/commit/6f5ebfb9878f503772b1baa14330855fc9f5feac
DIFF: https://github.com/llvm/llvm-project/commit/6f5ebfb9878f503772b1baa14330855fc9f5feac.diff

LOG: Fix MLIR integration test that requires ARM SVE to reproduce

Fix-forward for a9f30097586e914e074111d966c1408e82d04a8d

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
index cc3be3c823f53f2..65b5e5610a55be0 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
@@ -38,7 +38,7 @@
 //
 // Do the same run, but now with direct IR generation and, if available, VLA
 // vectorization.
-// RUN: %if mlir_arm_sve_tests %{ %{compile_sve} | %{env} %{run_sve} | FileCheck %s %}
+// RUN: %if mlir_arm_sve_tests %{ %{compile_sve} | env %{env} %{run_sve} | FileCheck %s %}
 
 !Filename = !llvm.ptr<i8>
 


        


More information about the Mlir-commits mailing list