Skip to content

Commit ebc869c

Browse files
authored
[SYCL][Matrix] Fix typos in SPR and GNR architecture names (#11900)
1 parent a2f0221 commit ebc869c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -855,32 +855,32 @@ XMX hardware. Note that these can be returned using
855855

856856
==== Intel AMX Supported Combinations
857857
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.
862862

863863
[frame="none",options="header"]
864864
|======================
865865
| A type | B type | C and D type | M | N | K | device
866866
| `matrix_type::uint8` | `matrix_type::uint8` |
867867
`matrix_type::sint32` | +<=+ 16 | +<=+ 16 | +<=+ 64
868-
|`architecture::intel_gpu_spr`, `architecture::intel_gpu_gnr`
868+
|`architecture::intel_cpu_spr`, `architecture::intel_cpu_gnr`
869869
| `matrix_type::uint8` | `matrix_type::sint8` |
870870
`matrix_type::sint32` | +<=+ 16 | +<=+ 16 | +<=+ 64
871-
|`architecture::intel_gpu_spr`, `architecture::intel_gpu_gnr`
871+
|`architecture::intel_cpu_spr`, `architecture::intel_cpu_gnr`
872872
| `matrix_type::sint8` | `matrix_type::uint8` |
873873
`matrix_type::sint32` | +<=+ 16 | +<=+ 16 | +<=+ 64
874-
|`architecture::intel_gpu_spr`, `architecture::intel_gpu_gnr`
874+
|`architecture::intel_cpu_spr`, `architecture::intel_cpu_gnr`
875875
| `matrix_type::sint8` | `matrix_type::sint8` |
876876
`matrix_type::sint32` | +<=+ 16 | +<=+ 16 | +<=+ 64
877-
|`architecture::intel_gpu_spr`, `architecture::intel_gpu_gnr`
877+
|`architecture::intel_cpu_spr`, `architecture::intel_cpu_gnr`
878878
| `matrix_type::bf16` | `matrix_type::bf16` |
879879
`matrix_type::fp32` | +<=+ 16 | +<=+ 16 | +<=+ 32
880-
|`architecture::intel_gpu_spr`, `architecture::intel_gpu_gnr`
880+
|`architecture::intel_cpu_spr`, `architecture::intel_cpu_gnr`
881881
| `matrix_type::fp16` | `matrix_type::fp16` |
882882
`matrix_type::fp32` | +<=+ 16 | +<=+ 16 | +<=+ 32
883-
|`architecture::intel_gpu_gnr`
883+
|`architecture::intel_cpu_gnr`
884884
|======================
885885

886886
==== Intel XMX Supported Combinations

sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ description of the `-fsycl-targets` option. These are the target names of the
604604
form "intel_gpu_*", "nvidia_gpu_*", or "amd_gpu_*".
605605

606606
The architecture enumerations `intel_cpu_spr` and `intel_cpu_gnr` do
607-
not currently work with any of the APIs described in this
608-
extension. They cannot be used with the `if_architecture_is` function,
607+
not currently work with any of the APIs described in this extension.
608+
They cannot be used with the `if_architecture_is` function,
609609
the `device::ext_oneapi_architecture_is` function, or the
610610
`info::device::architecture` query descriptor. They currently exist
611611
only for use with the

0 commit comments

Comments
 (0)