Skip to content

Commit 7988853

Browse files
authored
[0029] Fix packed types in min support table (#502)
Set the correct input interpretation type, and add the u32 version to show that it is another way to specify a packed type.
1 parent a624046 commit 7988853

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

proposals/0029-cooperative-vector.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,8 @@ explicitly checked for the combinations below.
763763
| F16 | F16 | F16 | F16 | F16 |
764764
| F16 | F8_E4M3 | F8_E4M3 | F16 | F16 |
765765
| F16 | F8_E5M2 | F8_E5M2 | F16 | F16 |
766-
| PackedS8x32 | I8 | I8 | I32 | I32 |
766+
| PackedS8x32 | PackedS8x32 | I8 | I32 | I32 |
767+
| U32 | PackedS8x32 | I8 | I32 | I32 |
767768
| F32 | I8 | I8 | I32 | I32 |
768769

769770
>Note: Only Optimal layouts can be used with for Float8(E4M3 and E5M2)

0 commit comments

Comments
 (0)