Skip to content

Commit

Permalink
[SYCL][E2E][Joint Matrix] Make half tests UNSUPPORTED on some arch (#…
Browse files Browse the repository at this point in the history
…15447)

Add UNSUPPORTED for SPR for Joint Matrix fp16 tests in
SPVCooperativeMatrix folder to avoid unexpected pass.
  • Loading branch information
YuriPlyakhin committed Sep 20, 2024
1 parent c0b49db commit 6dcc826
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
//
//===----------------------------------------------------------------------===//
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
// UNSUPPORTED: gpu-intel-dg2
// SYCL Joint Matrix fp16 operations are not supported on SPR
// UNSUPPORTED: gpu-intel-dg2, arch-intel_cpu_spr

// REQUIRES: aspect-fp16
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
//
//===----------------------------------------------------------------------===//
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
// UNSUPPORTED: gpu-intel-dg2
// SYCL Joint Matrix fp16 operations are not supported on SPR
// UNSUPPORTED: gpu-intel-dg2, arch-intel_cpu_spr

// REQUIRES: aspect-fp16
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// REQUIRES: aspect-fp16
// REQUIRES: aspect-ext_intel_matrix

// SYCL Joint Matrix fp16 operations are not supported on SPR
// UNSUPPORTED: arch-intel_cpu_spr

// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t.out
// RUN: %{run} %t.out

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// REQUIRES: aspect-fp16
// REQUIRES: aspect-ext_intel_matrix

// SYCL Joint Matrix fp16 operations are not supported on SPR
// UNSUPPORTED: arch-intel_cpu_spr

// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t.out
// RUN: %{run} %t.out

Expand Down

0 comments on commit 6dcc826

Please sign in to comment.