Skip to content

Commit 30c06bd

Browse files
authored
[SYCL][E2E] Disable imf_simd_emulate_test.cpp on igc-dev Arc (#17022)
Seems sporadically failing there too, see [here](#17008). Signed-off-by: Sarnie, Nick <[email protected]>
1 parent cbec811 commit 30c06bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/DeviceLib/imf_simd_emulate_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// XFAIL: spirv-backend && run-mode
1010
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/122075
1111

12-
// XFAIL: igc-dev && arch-intel_gpu_pvc
13-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17008
12+
// UNSUPPORTED: igc-dev
13+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17008
1414

1515
#include "imf_utils.hpp"
1616
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)