From 454f9f5b8e86b76a7f2bf059b15e2873e3fa388e Mon Sep 17 00:00:00 2001 From: Dmitry Vodopyanov Date: Wed, 28 Jun 2023 15:11:19 +0200 Subject: [PATCH 1/3] Update accessor_local.cpp --- sycl/test-e2e/ESIMD/accessor_local.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/ESIMD/accessor_local.cpp b/sycl/test-e2e/ESIMD/accessor_local.cpp index d2126eca1c045..fd02aab956bdc 100644 --- a/sycl/test-e2e/ESIMD/accessor_local.cpp +++ b/sycl/test-e2e/ESIMD/accessor_local.cpp @@ -4,9 +4,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// TODO: Enable the test when GPU driver is ready/fixed. -// XFAIL: gpu - // This test verifies usage of local_accessor methods operator[] // and get_pointer(). From 7f8bff7a28e47997c3922c735d79192b51082634 Mon Sep 17 00:00:00 2001 From: Dmitry Vodopyanov Date: Wed, 28 Jun 2023 18:04:00 +0200 Subject: [PATCH 2/3] Update accessor_local.cpp --- sycl/test-e2e/ESIMD/accessor_local.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/ESIMD/accessor_local.cpp b/sycl/test-e2e/ESIMD/accessor_local.cpp index fd02aab956bdc..15433c29e5289 100644 --- a/sycl/test-e2e/ESIMD/accessor_local.cpp +++ b/sycl/test-e2e/ESIMD/accessor_local.cpp @@ -4,6 +4,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// TODO: Enable the test when GPU driver is ready/fixed. +// XFAIL: gpu && windows + // This test verifies usage of local_accessor methods operator[] // and get_pointer(). From a6244aa718692916261add917b2fa17815f907fe Mon Sep 17 00:00:00 2001 From: Dmitry Vodopyanov Date: Wed, 28 Jun 2023 18:34:02 +0200 Subject: [PATCH 3/3] Update accessor_local.cpp --- sycl/test-e2e/ESIMD/accessor_local.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sycl/test-e2e/ESIMD/accessor_local.cpp b/sycl/test-e2e/ESIMD/accessor_local.cpp index 15433c29e5289..19ec25e37f13a 100644 --- a/sycl/test-e2e/ESIMD/accessor_local.cpp +++ b/sycl/test-e2e/ESIMD/accessor_local.cpp @@ -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 && windows +// 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().