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
3 changes: 0 additions & 3 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

#include "../common.hpp"

#define SG_SZ 32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +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>
#include <sycl/detail/core.hpp>
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16_packedB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL: gpu

#include "../common.hpp"

#define SG_SZ 32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// XFAIL:*

#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
2 changes: 0 additions & 2 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp
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
2 changes: 0 additions & 2 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +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 @@ -14,9 +14,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

#include "../common.hpp"

using namespace sycl;
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Matrix/SG32/joint_matrix_unaligned_k.cpp
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.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:*

#include "common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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"

constexpr size_t TN = 16;
Expand Down
Loading