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

Commit ad5e47c

Browse files
Disable SYCL/Basic/event_profiling_info.cpp on HIP (#1436)
See intel/llvm#6495.
1 parent 45971c8 commit ad5e47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Basic/event_profiling_info.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
// Flaky with CUDA
15-
// UNSUPPORTED: cuda
14+
// Flaky with CUDA and HIP (https://github.com/intel/llvm/issues/6495).
15+
// UNSUPPORTED: cuda, hip
1616

1717
#include <cassert>
1818
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)