[Mlir-commits] [mlir] e3686f1 - [MLIR][sparse] Fix SparseTensor `test_output.py` test (#110882)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Oct 2 15:55:04 PDT 2024


Author: Mateusz Sokół
Date: 2024-10-02T15:55:00-07:00
New Revision: e3686f1e44676fa28789c6732076b8998be23527

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

LOG: [MLIR][sparse] Fix SparseTensor `test_output.py` test (#110882)

This PR fixes a test failure introduced in
https://github.com/llvm/llvm-project/pull/109135

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/SparseTensor/python/test_output.py

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/SparseTensor/python/test_output.py b/mlir/test/Integration/Dialect/SparseTensor/python/test_output.py
index 7d9aa37ba2890c..b1438bd71055d6 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/python/test_output.py
+++ b/mlir/test/Integration/Dialect/SparseTensor/python/test_output.py
@@ -183,7 +183,7 @@ def main():
         build_compile_and_run_output(attr, compiler, expected(2))
         count = count + 1
 
-    # CHECK: Passed 17 tests
+    # CHECK: Passed 21 tests
     print("Passed", count, "tests")
 
 


        


More information about the Mlir-commits mailing list