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 826d868 commit d8024f6Copy full SHA for d8024f6
sycl/test-e2e/ESIMD/hardware_dispatch.cpp
@@ -8,8 +8,9 @@
8
// UNSUPPORTED: esimd_emulator
9
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -o %t.out
10
// RUN: %t.out
11
-// TODO: remove XFAIL when the fix in GPU RT is pulled into CI
12
-// XFAIL: *
+// TODO: remove XFAIL when the fix in GPU RT for Windows is updated on CI
+// machines
13
+// XFAIL: windows
14
// This is basic test to test hardware dispatch functionality with ESIMD.
15
16
#include <iostream>
0 commit comments