Skip to content

Commit fb607c1

Browse files
[SYCL][E2E] Enable ESIMD/accessor_local.cpp on Linux after the GPU driver update (#10111)
Fixes post-commit: #10054 (comment)
1 parent d16a1fd commit fb607c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sycl/test-e2e/ESIMD/accessor_local.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// local_accessors are not supported in esimd_emulator yet.
2-
// UNSUPPORTED: esimd_emulator
3-
//
41
// RUN: %{build} -o %t.out
52
// RUN: %{run} %t.out
63

7-
// TODO: Enable the test when GPU driver is ready/fixed.
8-
// XFAIL: gpu
4+
// TODO: GPU driver on Windows requires a fix/update.
5+
// XFAIL: windows
6+
7+
// esimd_emulator does not yet support local accessors
8+
// UNSUPPORTED: esimd_emulator
99

1010
// This test verifies usage of local_accessor methods operator[]
1111
// and get_pointer().

0 commit comments

Comments
 (0)