Skip to content

Commit 10ac0d5

Browse files
authored
[ESIMD][DOC][NFC] Fix the DPAS operand types table for PVC (#8062)
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent e9c769e commit 10ac0d5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sycl/doc/extensions/experimental/sycl_ext_intel_esimd/sycl_ext_intel_esimd.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -593,14 +593,8 @@ If the target device is PVC (`N` aka `execution size` must be 16):
593593

594594
| Result | C | B | A |
595595
|--------|---|---|---|
596-
| float | float | half | half
597596
| float, half | float, half | half | half
598-
|
599-
| float | float | bfloat16 | bfloat16
600-
| float | bfloat16 | bfloat16 | bfloat16
601-
| bfloat16 | float | bfloat16 | bfloat16
602-
| bfloat16 | bfloat16 | bfloat16 | bfloat16
603-
|
597+
| float, bfloat16 | float, bfloat16 | bfloat16 | bfloat16
604598
| float | float | tfloat32 | tfloat32
605599
| unsigned int, int | unsigned int, int | u8,s8,u4,s4,u2,s2 | u8,s8,u4,s4,u2,s2 |
606600

0 commit comments

Comments
 (0)