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 76fee8f commit 27c099bCopy full SHA for 27c099b
clang/test/CodeGen/include/cuda.h renamed to clang/test/CodeGen/Inputs/cuda.h
clang/test/CodeGen/nvptx-surface.cu
@@ -1,6 +1,6 @@
1
// RUN: %clang_cc1 -triple nvptx-unknown-unknown -fcuda-is-device -O3 -o - %s -emit-llvm | FileCheck %s
2
// RUN: %clang_cc1 -triple nvptx64-unknown-unknown -fcuda-is-device -O3 -o - %s -emit-llvm | FileCheck %s
3
-#include "include/cuda.h"
+#include "Inputs/cuda.h"
4
5
#include "__clang_cuda_texture_intrinsics.h"
6
0 commit comments