Commit be4c5ad
[mlir][vector] Add scalable vectors support to OuterProductOp
This will probably be the first in a series of patches that tries to
enable code generation for ARM SME (extension of SVE).
Since SME's core operation is the outer product instruction, I figured
that it would probably be a good idea to enable the outer product
operation to properly accept and generate scalable vectors.
Reviewed By: dcaballe
Differential Revision: https://reviews.llvm.org/D1387181 parent f88c6b9 commit be4c5ad
1 file changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2657 | 2657 | | |
2658 | 2658 | | |
2659 | 2659 | | |
2660 | | - | |
2661 | | - | |
2662 | | - | |
2663 | | - | |
| 2660 | + | |
| 2661 | + | |
| 2662 | + | |
| 2663 | + | |
| 2664 | + | |
| 2665 | + | |
| 2666 | + | |
| 2667 | + | |
| 2668 | + | |
| 2669 | + | |
| 2670 | + | |
| 2671 | + | |
2664 | 2672 | | |
2665 | 2673 | | |
2666 | 2674 | | |
| |||
2696 | 2704 | | |
2697 | 2705 | | |
2698 | 2706 | | |
| 2707 | + | |
| 2708 | + | |
| 2709 | + | |
2699 | 2710 | | |
2700 | 2711 | | |
2701 | 2712 | | |
| |||
0 commit comments