Files
clang-p2996/mlir/test/Integration/data/mttkrp_b.tns
Gus Smith 0bd2d4c4b1 [mlir][sparse] Remove comment w/ code in it
Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D107484
2021-08-04 21:41:36 +00:00

29 lines
472 B
Plaintext

# This is a rank 3 test sparse tensor in FROSTT file format,
# extended with two meta data lines:
# rank nnz
# dims (one per rank)
#
# see http://frostt.io/tensors/file-formats.html
#
# This tensor represents the "B" input to the MTTKRP kernel:
# http://tensor-compiler.org/docs/data_analytics/index.html
3 17
2 3 4
1 1 3 3
1 1 4 63
1 2 2 11
1 2 3 100
1 3 1 66
1 3 2 61
1 3 3 13
1 3 4 43
2 1 1 77
2 1 3 10
2 1 4 46
2 2 1 61
2 2 2 53
2 2 3 3
2 2 4 75
2 3 2 22
2 3 3 18