Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

temporarily disable Config/select_device.cpp pending investigation #1484

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions SYCL/Config/select_device.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// REQUIRES: TEMPORARY_DISABLED
// plt.has(aspect::gpu) returning wrong value when ONEAPI_DEVICE_SELECTOR
// or SYCL_DEVICE_FILTER environment variables are used. Temporarily
// disabling this test until that is fixed.

// RUN: %clangxx -fsycl %s -o %t.out
//
// RUN: env WRITE_DEVICE_INFO=1 %GPU_RUN_PLACEHOLDER %t.out
Expand Down