Commit 98f8b1a
authored
[mlir][sparse] remove COO test from trait and encoding (#73733)
This is a minor step towards moving ALL COO related tests into the
SparseTensorType class rather than
having it all over the place (with risk of becoming inconsistent). Next
revision will move ALL COO related methods into this class.1 parent 83305fa commit 98f8b1a
File tree
3 files changed
+13
-29
lines changed- mlir
- include/mlir/Dialect/SparseTensor/IR
- lib/Dialect/SparseTensor/IR
3 files changed
+13
-29
lines changedLines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | 385 | | |
389 | 386 | | |
390 | 387 | | |
| |||
467 | 464 | | |
468 | 465 | | |
469 | 466 | | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | 467 | | |
475 | 468 | | |
476 | 469 | | |
477 | 470 | | |
478 | 471 | | |
479 | 472 | | |
480 | 473 | | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | 474 | | |
485 | 475 | | |
486 | 476 | | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | 477 | | |
491 | 478 | | |
492 | 479 | | |
493 | 480 | | |
494 | | - | |
495 | 481 | | |
496 | | - | |
497 | 482 | | |
498 | 483 | | |
499 | 484 | | |
| |||
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
928 | 927 | | |
929 | 928 | | |
930 | 929 | | |
| |||
950 | 949 | | |
951 | 950 | | |
952 | 951 | | |
953 | | - | |
| 952 | + | |
954 | 953 | | |
955 | | - | |
| 954 | + | |
956 | 955 | | |
957 | 956 | | |
958 | 957 | | |
959 | | - | |
960 | | - | |
| 958 | + | |
| 959 | + | |
961 | 960 | | |
962 | 961 | | |
963 | 962 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | 319 | | |
324 | 320 | | |
325 | 321 | | |
| |||
1664 | 1660 | | |
1665 | 1661 | | |
1666 | 1662 | | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
1667 | 1667 | | |
1668 | 1668 | | |
1669 | 1669 | | |
1670 | 1670 | | |
1671 | 1671 | | |
1672 | | - | |
| 1672 | + | |
1673 | 1673 | | |
1674 | | - | |
| 1674 | + | |
1675 | 1675 | | |
1676 | 1676 | | |
1677 | 1677 | | |
| |||
0 commit comments