diff options
Diffstat (limited to 'Tests/Cuda/IncludePathNoToolkit/main.cpp')
-rw-r--r-- | Tests/Cuda/IncludePathNoToolkit/main.cpp | 8 |
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; +} |