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 1b97ae5 commit 3fb8dfdCopy full SHA for 3fb8dfd
SYCL/Scheduler/HostAccDestruction.cpp
@@ -1,8 +1,8 @@
1
-// RUN: %clangxx -fsycl -fsycl-dead-args-optimization %s -o %t.out
+// RUN: %clangxx -fsycl -fsycl-dead-args-optimization -fsycl-targets=%sycl_triple %s -o %t.out
2
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
3
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
4
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
5
-// UNSUPPORTED: cuda || hip
+// UNSUPPORTED: hip
6
//==---------------------- HostAccDestruction.cpp --------------------------==//
7
//
8
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0 commit comments