We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4704741 commit 2945bd1Copy full SHA for 2945bd1
SYCL/Scheduler/CommandCleanupThreadSafety.cpp
@@ -1,10 +1,10 @@
1
// UNSUPPORTED: windows
2
-// RUN: %clangxx -fsycl %s -o %t.out -lpthread
+// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -lpthread
3
// RUN: %HOST_RUN_PLACEHOLDER %t.out
4
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
// RUN: %GPU_RUN_PLACEHOLDER %t.out
7
-// XFAIL: cuda || hip
+
8
#include <sycl/sycl.hpp>
9
10
#include <cassert>
0 commit comments