Files
clang-p2996/mlir/test/Integration/data/wide.mtx
Aart Bik 3acf49829c [mlir][sparse] support integral types i32,i16,i8 for *numerical* values
Some sparse matrices operate on integral values (in contrast with the common
f32 and f64 values). This CL expands the compiler and runtime support to deal
with several common type combinations.

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D99999
2021-04-07 10:01:37 -07:00

24 lines
335 B
Plaintext

%%MatrixMarket matrix coordinate real general
%
% This is a test sparse matrix in Matrix Market Exchange Format.
% see https://math.nist.gov/MatrixMarket
%
4 256 17
1 1 -1
1 127 2
1 128 -3
1 255 4
2 2 -5
2 254 6
3 3 -7
4 1 8
4 2 -9
4 4 10
4 99 -11
4 127 12
4 128 -13
4 129 14
4 250 -15
4 254 16
4 256 -17