Skip to content

Commit

Permalink
[SYCL] Fix XPASS of Matrix test on new GPU driver (#14849)
Browse files Browse the repository at this point in the history
It's passing in the new driver uplift:

https://github.com/intel/llvm/actions/runs/10164787306/job/28112343861

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Jul 30, 2024
1 parent 822d63e commit f990a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/Matrix/get_coord_int8_matB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// XFAIL: cpu, gpu-intel-dg2
// XFAIL: cpu

#include "common.hpp"
#include "get_coord_int8_matB_impl.hpp"

0 comments on commit f990a8a

Please sign in to comment.