@@ -855,32 +855,32 @@ XMX hardware. Note that these can be returned using
855
855
856
856
==== Intel AMX Supported Combinations
857
857
This is currently available in devices with the architecture
858
- `architecture::intel_cpu_spr`, and `architecture::intel_cpu_gnr`. In
859
- this architecture's implementation, the type of the C matrix must be
860
- the same as the type of the D matrix. Therefore, that common type is
861
- shown in a single column in the table below.
858
+ `architecture::intel_cpu_spr`, and `architecture::intel_cpu_gnr`.
859
+ In this architecture's implementation, the type of the C matrix must
860
+ be the same as the type of the D matrix. Therefore, that common type
861
+ is shown in a single column in the table below.
862
862
863
863
[frame="none",options="header"]
864
864
|======================
865
865
| A type | B type | C and D type | M | N | K | device
866
866
| `matrix_type::uint8` | `matrix_type::uint8` |
867
867
`matrix_type::sint32` | +<=+ 16 | +<=+ 16 | +<=+ 64
868
- |`architecture::intel_gpu_spr `, `architecture::intel_gpu_gnr `
868
+ |`architecture::intel_cpu_spr `, `architecture::intel_cpu_gnr `
869
869
| `matrix_type::uint8` | `matrix_type::sint8` |
870
870
`matrix_type::sint32` | +<=+ 16 | +<=+ 16 | +<=+ 64
871
- |`architecture::intel_gpu_spr `, `architecture::intel_gpu_gnr `
871
+ |`architecture::intel_cpu_spr `, `architecture::intel_cpu_gnr `
872
872
| `matrix_type::sint8` | `matrix_type::uint8` |
873
873
`matrix_type::sint32` | +<=+ 16 | +<=+ 16 | +<=+ 64
874
- |`architecture::intel_gpu_spr `, `architecture::intel_gpu_gnr `
874
+ |`architecture::intel_cpu_spr `, `architecture::intel_cpu_gnr `
875
875
| `matrix_type::sint8` | `matrix_type::sint8` |
876
876
`matrix_type::sint32` | +<=+ 16 | +<=+ 16 | +<=+ 64
877
- |`architecture::intel_gpu_spr `, `architecture::intel_gpu_gnr `
877
+ |`architecture::intel_cpu_spr `, `architecture::intel_cpu_gnr `
878
878
| `matrix_type::bf16` | `matrix_type::bf16` |
879
879
`matrix_type::fp32` | +<=+ 16 | +<=+ 16 | +<=+ 32
880
- |`architecture::intel_gpu_spr `, `architecture::intel_gpu_gnr `
880
+ |`architecture::intel_cpu_spr `, `architecture::intel_cpu_gnr `
881
881
| `matrix_type::fp16` | `matrix_type::fp16` |
882
882
`matrix_type::fp32` | +<=+ 16 | +<=+ 16 | +<=+ 32
883
- |`architecture::intel_gpu_gnr `
883
+ |`architecture::intel_cpu_gnr `
884
884
|======================
885
885
886
886
==== Intel XMX Supported Combinations
0 commit comments