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
16 lines
234 B
Plaintext
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
|