[Mlir-commits] [mlir] 7d05d35 - [mlir][sparse] remove unused test matrix file

Aart Bik llvmlistbot at llvm.org
Thu Feb 17 15:04:15 PST 2022


Author: Aart Bik
Date: 2022-02-17T15:04:06-08:00
New Revision: 7d05d35b3590cb53f75cd8321d43b8d69c7c6ca8

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

LOG: [mlir][sparse] remove unused test matrix file

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D120069

Added: 
    

Modified: 
    mlir/test/CMakeLists.txt

Removed: 
    mlir/test/Integration/data/zero.mtx


################################################################################
diff  --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index 8e44a9c37cf13..24adcb646d08c 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -41,7 +41,6 @@ if (MLIR_INCLUDE_INTEGRATION_TESTS)
             ${CMAKE_CURRENT_SOURCE_DIR}/Integration/data/test_symmetric.mtx
             ${CMAKE_CURRENT_SOURCE_DIR}/Integration/data/test.tns
             ${CMAKE_CURRENT_SOURCE_DIR}/Integration/data/wide.mtx
-            ${CMAKE_CURRENT_SOURCE_DIR}/Integration/data/zero.mtx
           DESTINATION ${MLIR_INTEGRATION_TEST_DIR}/data/)
 endif()
 

diff  --git a/mlir/test/Integration/data/zero.mtx b/mlir/test/Integration/data/zero.mtx
deleted file mode 100644
index 7f1c47aec1f51..0000000000000
--- a/mlir/test/Integration/data/zero.mtx
+++ /dev/null
@@ -1,6 +0,0 @@
-%%MatrixMarket matrix coordinate real general
-%
-% This is a test sparse matrix in Matrix Market Exchange Format.
-% see https://math.nist.gov/MatrixMarket
-%
-5 5 0


        


More information about the Mlir-commits mailing list