Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sycl/test-e2e/ESIMD/accessor_local.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// local_accessors are not supported in esimd_emulator yet.
// UNSUPPORTED: esimd_emulator
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// TODO: Enable the test when GPU driver is ready/fixed.
// XFAIL: gpu
// TODO: GPU driver on Windows requires a fix/update.
// XFAIL: windows

// esimd_emulator does not yet support local accessors
// UNSUPPORTED: esimd_emulator

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