Skip to content

Commit

Permalink
[SYCL][E2E][Joint Matrix] Limit XFAIL for half tests
Browse files Browse the repository at this point in the history
Since tests for matrix fp16 support are using runtime query now
they will report pass on cpu architectures which don't support matrix
fp16 operations. Hence XFAIL should be limited to only architectures,
which support matrix fp16 operations
  • Loading branch information
YuriPlyakhin committed Sep 20, 2024
1 parent ea26120 commit ac00d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t.out
// RUN: %{run} %t.out

// XFAIL: cpu
// XFAIL: arch-intel_cpu_gnr

#include "../../common.hpp"

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

// XFAIL: cpu
// XFAIL: arch-intel_cpu_gnr

#include "../../common.hpp"

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

// XFAIL: cpu
// XFAIL: arch-intel_cpu_gnr

#include "../common.hpp"
#include "../element_wise_all_ops_half_impl.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t.out
// RUN: %{run} %t.out

// XFAIL: cpu
// XFAIL: arch-intel_cpu_gnr

#include "../common.hpp"
#include "../joint_matrix_half_impl.hpp"

0 comments on commit ac00d29

Please sign in to comment.