Skip to content

Commit

Permalink
[ESIMD][DOC][NFC] Fix the DPAS operand types table for PVC (#8062)
Browse files Browse the repository at this point in the history
Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>
  • Loading branch information
v-klochkov authored Feb 2, 2023
1 parent e9c769e commit 10ac0d5
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,14 +593,8 @@ If the target device is PVC (`N` aka `execution size` must be 16):

| Result | C | B | A |
|--------|---|---|---|
| float | float | half | half
| float, half | float, half | half | half
|
| float | float | bfloat16 | bfloat16
| float | bfloat16 | bfloat16 | bfloat16
| bfloat16 | float | bfloat16 | bfloat16
| bfloat16 | bfloat16 | bfloat16 | bfloat16
|
| float, bfloat16 | float, bfloat16 | bfloat16 | bfloat16
| float | float | tfloat32 | tfloat32
| unsigned int, int | unsigned int, int | u8,s8,u4,s4,u2,s2 | u8,s8,u4,s4,u2,s2 |

Expand Down

0 comments on commit 10ac0d5

Please sign in to comment.