diff options
Diffstat (limited to 'Tests/Cuda/Toolkit/cupti.cpp')
-rw-r--r-- | Tests/Cuda/Toolkit/cupti.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/Cuda/Toolkit/cupti.cpp b/Tests/Cuda/Toolkit/cupti.cpp new file mode 100644 index 0000000..62f7f65 --- /dev/null +++ b/Tests/Cuda/Toolkit/cupti.cpp @@ -0,0 +1,7 @@ +// Only thing we care about is that these headers are found +#include <cupti.h> + +int main() +{ + return 0; +} |