Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL][E2E] Enable ESIMD/accessor_local.cpp on Linux after the GPU driver update #10111

Merged
merged 3 commits into from
Jun 28, 2023
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