From 8e2902cb800f9cd0f2eb6cd18709e44a3ad3d42b Mon Sep 17 00:00:00 2001 From: Vladimir Lazarev Date: Mon, 3 Aug 2020 14:57:05 +0300 Subject: [PATCH 1/2] [NFC][SYCL] Enable temporarily disabled LIT tests Enable LIT test which were disbaled to unblock submission of PR#2148 --- sycl/test/hier_par/hier_par_wgscope_O0.cpp | 2 +- sycl/test/sub_group/generic-shuffle.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test/hier_par/hier_par_wgscope_O0.cpp b/sycl/test/hier_par/hier_par_wgscope_O0.cpp index 03370878c7cda..0f7a245f98438 100644 --- a/sycl/test/hier_par/hier_par_wgscope_O0.cpp +++ b/sycl/test/hier_par/hier_par_wgscope_O0.cpp @@ -13,7 +13,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// UNSUPPORTED: accelerator || (system-windows && cpu) +// XFAIL: system-windows && cpu // This test checks correctness of hierarchical kernel execution when there is // code and data in the work group scope, and when the test is compiled with diff --git a/sycl/test/sub_group/generic-shuffle.cpp b/sycl/test/sub_group/generic-shuffle.cpp index 6b471d4b85ade..d4dbe84906537 100644 --- a/sycl/test/sub_group/generic-shuffle.cpp +++ b/sycl/test/sub_group/generic-shuffle.cpp @@ -1,4 +1,4 @@ -// UNSUPPORTED: cuda || cpu +// UNSUPPORTED: cuda // CUDA compilation and runtime do not yet support sub-groups. // // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out From 08925409fe276526aa0e9f36471960b09764098c Mon Sep 17 00:00:00 2001 From: Vladimir Lazarev Date: Mon, 3 Aug 2020 17:02:40 +0300 Subject: [PATCH 2/2] [NFC] Disable generic-shuffle.cpp due to bug in OpenCL CPU RT --- sycl/test/sub_group/generic-shuffle.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sycl/test/sub_group/generic-shuffle.cpp b/sycl/test/sub_group/generic-shuffle.cpp index d4dbe84906537..8bd30578fdd61 100644 --- a/sycl/test/sub_group/generic-shuffle.cpp +++ b/sycl/test/sub_group/generic-shuffle.cpp @@ -1,5 +1,6 @@ -// UNSUPPORTED: cuda +// UNSUPPORTED: cuda || cpu // CUDA compilation and runtime do not yet support sub-groups. +// #2245 failed on OpenCL CPU (2020.10.7.0.15) with avx2 instruction set // // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: env SYCL_DEVICE_TYPE=HOST %t.out