We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ab2b9 commit c1cc1f2Copy full SHA for c1cc1f2
sycl/test-e2e/Adapters/retain_events.cpp
@@ -2,6 +2,9 @@
2
// RUN: %{build} -o %t.out
3
// RUN: %{run} %t.out
4
5
+// UNSUPPORTED: hip
6
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17236
7
+
8
#include <algorithm>
9
#include <cstdio>
10
#include <numeric>
sycl/test-e2e/HostInteropTask/host-task-dependency3.cpp
@@ -4,6 +4,9 @@
// RUN: %{run} %t.out 10
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17235
#include <chrono>
11
#include <iostream>
12
#include <sycl/detail/core.hpp>
0 commit comments