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 4d1d8a8 commit 8f8df78Copy full SHA for 8f8df78
clang/test/CodeGenCUDA/memcpy-libcall.cu
@@ -1,3 +1,6 @@
1
+// REQUIRES: x86-registered-target
2
+// REQUIRES: nvptx-registered-target
3
+
4
// RUN: %clang_cc1 -x cuda -triple nvptx64-nvidia-cuda- -fcuda-is-device \
5
// RUN: -O3 -S %s -o - | FileCheck -check-prefix=PTX %s
6
0 commit comments