summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/IncludePathNoToolkit/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/IncludePathNoToolkit/main.cpp')
-rw-r--r--Tests/Cuda/IncludePathNoToolkit/main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/Cuda/IncludePathNoToolkit/main.cpp b/Tests/Cuda/IncludePathNoToolkit/main.cpp
new file mode 100644
index 0000000..c8d5c6b
--- /dev/null
+++ b/Tests/Cuda/IncludePathNoToolkit/main.cpp
@@ -0,0 +1,8 @@
+// Only thing we care about is that these headers are found
+#include <cuda.h>
+#include <cuda_runtime_api.h>
+
+int main()
+{
+ return 0;
+}