Skip to content

Commit d8024f6

Browse files
[SYCL][E2E] Enable ESIMD/hardware_dispatch.cpp on Linux after the GPU driver update (#10132)
Fixes post-commit: #10087 (comment)
1 parent 826d868 commit d8024f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/test-e2e/ESIMD/hardware_dispatch.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
// UNSUPPORTED: esimd_emulator
99
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -o %t.out
1010
// RUN: %t.out
11-
// TODO: remove XFAIL when the fix in GPU RT is pulled into CI
12-
// XFAIL: *
11+
// TODO: remove XFAIL when the fix in GPU RT for Windows is updated on CI
12+
// machines
13+
// XFAIL: windows
1314
// This is basic test to test hardware dispatch functionality with ESIMD.
1415

1516
#include <iostream>

0 commit comments

Comments
 (0)