From 3a8e761fa7b5646e553dfa0f9d76360a5b3fdc4d Mon Sep 17 00:00:00 2001 From: Artur Gainullin Date: Mon, 21 Oct 2019 17:00:07 -0700 Subject: [PATCH] [SYCL] Enable hierarchical lit tests on Windows for GPU Signed-off-by: Artur Gainullin --- sycl/test/hier_par/hier_par_basic.cpp | 2 +- sycl/test/hier_par/hier_par_wgscope.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test/hier_par/hier_par_basic.cpp b/sycl/test/hier_par/hier_par_basic.cpp index 24608bfd0aff4..13b75d398a44c 100644 --- a/sycl/test/hier_par/hier_par_basic.cpp +++ b/sycl/test/hier_par/hier_par_basic.cpp @@ -10,7 +10,7 @@ // RUN: env SYCL_DEVICE_TYPE=HOST %t.out // TODO: SYCL specific fail - analyze and enable on Windows // RUN: %CPU_RUN_PLACEHOLDER %t.out -// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out +// RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // This test checks hierarchical parallelism invocation APIs, but without any diff --git a/sycl/test/hier_par/hier_par_wgscope.cpp b/sycl/test/hier_par/hier_par_wgscope.cpp index 6872658cc189b..95d896c558ece 100644 --- a/sycl/test/hier_par/hier_par_wgscope.cpp +++ b/sycl/test/hier_par/hier_par_wgscope.cpp @@ -10,7 +10,7 @@ // RUN: env SYCL_DEVICE_TYPE=HOST %t.out // TODO: SYCL specific fail - analyze and enable on Windows // RUN: %CPU_RUN_PLACEHOLDER %t.out -// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out +// RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // This test checks correctness of hierarchical kernel execution when there is