From 8dd40c4bbf9d3be3e4a21e0656ae9a13d3a53c8c Mon Sep 17 00:00:00 2001 From: Sergey V Maslov Date: Tue, 3 Jan 2023 09:29:40 -0800 Subject: [PATCH] [SYCL] Temporarily disable Config/select_device.cpp Signed-off-by: Sergey V Maslov --- SYCL/Config/select_device.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SYCL/Config/select_device.cpp b/SYCL/Config/select_device.cpp index f62e78f484..36c3f38fd4 100644 --- a/SYCL/Config/select_device.cpp +++ b/SYCL/Config/select_device.cpp @@ -1,3 +1,6 @@ +// Temporarily disabled due to flaky behavior +// REQUIRES: TEMPORARY_DISABLED + // RUN: %clangxx -fsycl %s -o %t.out // // RUN: env WRITE_DEVICE_INFO=1 %GPU_RUN_PLACEHOLDER %t.out