[Mlir-commits] [mlir] c55e6af - [mlir][sparse] fix integration test with "VLA" run
Aart Bik
llvmlistbot at llvm.org
Thu Feb 9 12:50:35 PST 2023
Author: Aart Bik
Date: 2023-02-09T12:50:24-08:00
New Revision: c55e6afe81cb71d23c35ffeb685132cadb4abd8a
URL: https://github.com/llvm/llvm-project/commit/c55e6afe81cb71d23c35ffeb685132cadb4abd8a
DIFF: https://github.com/llvm/llvm-project/commit/c55e6afe81cb71d23c35ffeb685132cadb4abd8a.diff
LOG: [mlir][sparse] fix integration test with "VLA" run
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D143674
Added:
Modified:
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_mult_elt.mlir
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_reduction.mlir
Removed:
################################################################################
diff --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_mult_elt.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_mult_elt.mlir
index ce18890726623..48c86fbdc2fb6 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_mult_elt.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_mult_elt.mlir
@@ -17,7 +17,7 @@
// Do the same run, but now with direct IR generation and, if available, VLA
// vectorization.
-// REDEFINE: %{option} = "enable-runtime-library=false vl=4 enable-arm-sve=%ENABLE_VLA"
+// REDEFINE: %{option} = "enable-runtime-library=false enable-buffer-initialization=true vl=4 enable-arm-sve=%ENABLE_VLA"
// REDEFINE: %{run} = %lli \
// REDEFINE: --entry-function=entry_lli \
// REDEFINE: --extra-module=%S/Inputs/main_for_lli.ll \
diff --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_reduction.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_reduction.mlir
index 032c8411fc24f..f67b2e762e890 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_reduction.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_reduction.mlir
@@ -17,7 +17,7 @@
// Do the same run, but now with direct IR generation and, if available, VLA
// vectorization.
-// REDEFINE: %{option} = "enable-runtime-library=false vl=4 enable-arm-sve=%ENABLE_VLA"
+// REDEFINE: %{option} = "enable-runtime-library=false enable-buffer-initialization=true vl=4 enable-arm-sve=%ENABLE_VLA"
// REDEFINE: %{run} = %lli \
// REDEFINE: --entry-function=entry_lli \
// REDEFINE: --extra-module=%S/Inputs/main_for_lli.ll \
More information about the Mlir-commits
mailing list