From 20a175264b484acedbf52e09df59c84cb7e68e60 Mon Sep 17 00:00:00 2001 From: Chris Perkins Date: Thu, 19 Jan 2023 10:06:53 -0800 Subject: [PATCH] [SYCL] Re-enable select_device.cpp test (#1488) Revert "[SYCL] Temporarily disable Config/select_device.cpp (#1483)" This reverts commit cd0cf1c172d4f9f55195a9182bc87b7a17c8ee8e. --- SYCL/Config/select_device.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SYCL/Config/select_device.cpp b/SYCL/Config/select_device.cpp index 36c3f38fd4..f62e78f484 100644 --- a/SYCL/Config/select_device.cpp +++ b/SYCL/Config/select_device.cpp @@ -1,6 +1,3 @@ -// 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