From 1739996e5f5a06e5a8ef54f5b3185e515458840a Mon Sep 17 00:00:00 2001 From: Vyacheslav N Klochkov Date: Tue, 30 May 2023 11:16:57 -0700 Subject: [PATCH 1/2] [ESIMD] Enable hardware_dispatch.cpp test after GPU uplift Signed-off-by: Vyacheslav N Klochkov --- sycl/test-e2e/ESIMD/hardware_dispatch.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sycl/test-e2e/ESIMD/hardware_dispatch.cpp b/sycl/test-e2e/ESIMD/hardware_dispatch.cpp index d1d91f871c8d7..ab821cf99f6da 100644 --- a/sycl/test-e2e/ESIMD/hardware_dispatch.cpp +++ b/sycl/test-e2e/ESIMD/hardware_dispatch.cpp @@ -7,9 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: esimd_emulator // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -o %t.out -// RUN: %t.out -// TODO: remove XFAIL when the fix in GPU RT is pulled into CI -// XFAIL: * +// RUN: %{run} %t.out // This is basic test to test hardware dispatch functionality with ESIMD. #include From d71c9e763e3668bdf8008a4e960d5451885813e8 Mon Sep 17 00:00:00 2001 From: Vyacheslav N Klochkov Date: Thu, 1 Jun 2023 08:13:53 -0700 Subject: [PATCH 2/2] Mark again the test as XFAIL on Windows Signed-off-by: Vyacheslav N Klochkov --- sycl/test-e2e/ESIMD/hardware_dispatch.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/ESIMD/hardware_dispatch.cpp b/sycl/test-e2e/ESIMD/hardware_dispatch.cpp index ab821cf99f6da..1cdf9c04976ff 100644 --- a/sycl/test-e2e/ESIMD/hardware_dispatch.cpp +++ b/sycl/test-e2e/ESIMD/hardware_dispatch.cpp @@ -8,7 +8,11 @@ // UNSUPPORTED: esimd_emulator // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -o %t.out // RUN: %{run} %t.out -// This is basic test to test hardware dispatch functionality with ESIMD. + +// TODO: Enable the test when GPU RT is updated. +// XFAIL: windows + +// This is basic test for hardware dispatch functionality with ESIMD. #include #include