Skip to content

Commit

Permalink
[SYCL][E2E][Joint Matrix] Make 2 SG32 tests UNSUPPORTED on Arc (#15436)
Browse files Browse the repository at this point in the history
These 2 tests should not be run on DG2, since SG32 is not currently
supported there for Joint Matrix. They started to run because we now use
aspect to define which tests to run. Hence, adding UNSUPPORTED tag.
  • Loading branch information
YuriPlyakhin committed Sep 19, 2024
1 parent 30b0cb8 commit 6db44aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
// UNSUPPORTED: gpu-intel-dg2

// RUN: %{build} -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-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
// UNSUPPORTED: gpu-intel-dg2

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

Expand Down

0 comments on commit 6db44aa

Please sign in to comment.