Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943

// XFAIL: arch-intel_gpu_pvc
// XFAIL-TRACKER: GSD-10524
// UNSUPPORTED: arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: GSD-10524

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
// This tests support of col major layout for matrix B which does transpose and
// then VNNI transform. This is currently only available on AMX

// XFAIL: gpu
// XFAIL: gpu && !gpu-intel-pvc
// XFAIL-TRACKER: GSD-5768
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The BMG part is fine.
But for dg2, we need add:
"
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
// UNSUPPORTED: gpu-intel-dg2
"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just pushed a new commit that should address this, thanks!


// UNSUPPORTED: gpu-intel-pvc
// UNSUPPORTED-TRACKER: GSD-5768

#include "common.hpp"

using namespace sycl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@
// This tests support of col major layout for matrix B which does transpose and
// then VNNI transform. This is currently only available on AMX

// XFAIL: gpu
// XFAIL: gpu && !gpu-intel-pvc
// XFAIL-TRACKER: GSD-5768

// UNSUPPORTED: gpu-intel-pvc
// UNSUPPORTED-TRACKER: GSD-5768

#include "common.hpp"

constexpr size_t TN = 16;
Expand Down