We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529f500 commit cec74ffCopy full SHA for cec74ff
sycl/test-e2e/ESIMD/mask_expand_load.cpp
@@ -9,9 +9,6 @@
9
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
10
// RUN: %{run} %t.out
11
12
-// https://github.com/intel/llvm/issues/14826
13
-// XFAIL: arch-intel_gpu_pvc
14
-
15
// This is a basic test to validate the expanded load API.
16
17
#include "esimd_test_utils.hpp"
sycl/test-e2e/KernelCompiler/kernel_compiler_sycl.cpp
@@ -9,6 +9,9 @@
// REQUIRES: (opencl || level_zero)
// UNSUPPORTED: accelerator
+// https://github.com/intel/llvm/issues/14826
+// XFAIL: arch-intel_gpu_pvc && igc-dev
+
// RUN: %{build} -o %t.out
0 commit comments