Add TACO tests to test/Integration/Dialect/SparseTensor/taco. Add the MLIR PyTACO implementation as tools under the directory. Reviewed By: aartbik, mehdi_amini Differential Revision: https://reviews.llvm.org/D117260
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
%%MatrixMarket matrix coordinate real symmetric
|
|
%-------------------------------------------------------------------------------
|
|
% To download a matrix for a real world application
|
|
% https://math.nist.gov/MatrixMarket/
|
|
%-------------------------------------------------------------------------------
|
|
3 3 5
|
|
1 1 37423.0879671
|
|
2 1 -22.4050781162
|
|
3 1 -300.654980157
|
|
3 2 -.00869762944058
|
|
3 3 805225.750212
|