diff options
Diffstat (limited to 'Tests/CudaOnly/Toolkit/main.cu')
-rw-r--r-- | Tests/CudaOnly/Toolkit/main.cu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/CudaOnly/Toolkit/main.cu b/Tests/CudaOnly/Toolkit/main.cu new file mode 100644 index 0000000..0f3ccdc --- /dev/null +++ b/Tests/CudaOnly/Toolkit/main.cu @@ -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(int argc, char** argv) +{ + return 0; +} |