From 10ac0d529794dbdc2ff715e4c943ef2f98056b91 Mon Sep 17 00:00:00 2001 From: Vyacheslav Klochkov Date: Thu, 2 Feb 2023 12:22:58 -0600 Subject: [PATCH] [ESIMD][DOC][NFC] Fix the DPAS operand types table for PVC (#8062) Signed-off-by: Vyacheslav N Klochkov --- .../sycl_ext_intel_esimd/sycl_ext_intel_esimd.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sycl/doc/extensions/experimental/sycl_ext_intel_esimd/sycl_ext_intel_esimd.md b/sycl/doc/extensions/experimental/sycl_ext_intel_esimd/sycl_ext_intel_esimd.md index 9df7407fb56a1..09d931b204088 100644 --- a/sycl/doc/extensions/experimental/sycl_ext_intel_esimd/sycl_ext_intel_esimd.md +++ b/sycl/doc/extensions/experimental/sycl_ext_intel_esimd/sycl_ext_intel_esimd.md @@ -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 |