Skip to content

Commit 6f9877a

Browse files
authored
[SYCL] Disable failing tests: device_architecture.cpp and event_profi… (intel#1504)
1 parent fded456 commit 6f9877a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

SYCL/Basic/event_profiling_info.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
//===----------------------------------------------------------------------===//
1313

1414
// Flaky with CUDA and HIP (https://github.com/intel/llvm/issues/6495).
15-
// UNSUPPORTED: cuda, hip
15+
// TODO: Test is failing for acc backend, enable back when the issue
16+
// fixed.
17+
// UNSUPPORTED: cuda, hip, accelerator
1618

1719
#include <cassert>
1820
#include <sycl/sycl.hpp>

SYCL/DeviceArchitecture/device_architecture.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// REQUIRES: opencl-aot, cpu
2+
// TODO: Test is failing on Windows with OpenCL, enable back when the issue
3+
// fixed.
4+
// UNSUPPORTED: windows && opencl
25

36
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %s -o %t.out
47
// RUN: %t.out

0 commit comments

Comments
 (0)