We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a624046 commit 7988853Copy full SHA for 7988853
1 file changed
proposals/0029-cooperative-vector.md
@@ -763,7 +763,8 @@ explicitly checked for the combinations below.
763
| F16 | F16 | F16 | F16 | F16 |
764
| F16 | F8_E4M3 | F8_E4M3 | F16 | F16 |
765
| F16 | F8_E5M2 | F8_E5M2 | F16 | F16 |
766
-| PackedS8x32 | I8 | I8 | I32 | I32 |
+| PackedS8x32 | PackedS8x32 | I8 | I32 | I32 |
767
+| U32 | PackedS8x32 | I8 | I32 | I32 |
768
| F32 | I8 | I8 | I32 | I32 |
769
770
>Note: Only Optimal layouts can be used with for Float8(E4M3 and E5M2)
0 commit comments