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 d16a1fd commit fb607c1Copy full SHA for fb607c1
sycl/test-e2e/ESIMD/accessor_local.cpp
@@ -1,11 +1,11 @@
1
-// local_accessors are not supported in esimd_emulator yet.
2
-// UNSUPPORTED: esimd_emulator
3
-//
4
// RUN: %{build} -o %t.out
5
// RUN: %{run} %t.out
6
7
-// TODO: Enable the test when GPU driver is ready/fixed.
8
-// XFAIL: gpu
+// TODO: GPU driver on Windows requires a fix/update.
+// XFAIL: windows
+
+// esimd_emulator does not yet support local accessors
+// UNSUPPORTED: esimd_emulator
9
10
// This test verifies usage of local_accessor methods operator[]
11
// and get_pointer().
0 commit comments