Files
clang-p2996/mlir/test/Integration/data/test.mtx
Mehdi Amini 99b0032ce0 Move the MLIR integration tests as a subdirectory of test (NFC)
This does not change the behavior directly: the tests only run when
`-DMLIR_INCLUDE_INTEGRATION_TESTS=ON` is configured. However running
`ninja check-mlir` will not run all the tests within a single
lit invocation. The previous behavior would wait for all the integration
tests to complete before starting to run the first regular test. The
test results were also reported separately. This change is unifying all
of this and allow concurrent execution of the integration tests with
regular non-regression and unit-tests.

Differential Revision: https://reviews.llvm.org/D97241
2021-02-23 05:55:47 +00:00

16 lines
234 B
Plaintext

%%MatrixMarket matrix coordinate real general
%
% This is a test sparse matrix in Matrix Market Exchange Format.
% see https://math.nist.gov/MatrixMarket
%
5 5 9
1 1 1.0
1 4 1.4
2 2 2.0
2 5 2.5
3 3 3.0
4 4 4.0
4 1 4.1
5 5 5.0
5 2 5.2