We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed722df commit d129eddCopy full SHA for d129edd
sycl/test/basic_tests/compare_exchange_strong.cpp
@@ -1,8 +1,7 @@
1
-// RUN: %clangxx -fsycl %s -o %t.out
+// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
-// XFAIL: cuda
6
7
#include <CL/sycl.hpp>
8
using namespace cl::sycl;
0 commit comments