Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion sycl/test-e2e/DeviceLib/assert-windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//
// FIXME: OpenCL CPU backend compiler crashes on a call to _wassert.
// Disable the test until the fix reaches SYCL test infrastructure.
// XFAIL: *
//
// RUN: %{build} -o %t.out
//
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// RUN: %{run} %t.out

// Currently row major B fails when annotated_ptr is used
// XFAIL: gpu

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// 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

#include "../common.hpp"
#include <iostream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL: gpu

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// 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

#include "../common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL: gpu

#include "../common.hpp"

#define SG_SZ 32
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL: gpu

// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
// UNSUPPORTED: gpu-intel-dg2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// RUN: %{run} %t.out

// Sub-group size 32 support for this test is not currently available in IGC
// XFAIL: gpu

#include "../common.hpp"

Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL:gpu

#include "../common.hpp"

Expand Down
Loading