diff options
author | Brad King <brad.king@kitware.com> | 2024-01-18 19:13:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-18 19:27:29 (GMT) |
commit | d40bca5a8c5e85b48f2af788a5161015ae1585c3 (patch) | |
tree | 6caeda9c96b76542616a4e7a3c848605ecb2c3cb /Tests/CudaOnly/ExportPTX/main.cu | |
parent | a9bb2606c1c16a2077496ad5082a2ba2628d5194 (diff) | |
download | CMake-d40bca5a8c5e85b48f2af788a5161015ae1585c3.zip CMake-d40bca5a8c5e85b48f2af788a5161015ae1585c3.tar.gz CMake-d40bca5a8c5e85b48f2af788a5161015ae1585c3.tar.bz2 |
Tests: Remove unused iostream from CUDA sources
Diffstat (limited to 'Tests/CudaOnly/ExportPTX/main.cu')
-rw-r--r-- | Tests/CudaOnly/ExportPTX/main.cu | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/CudaOnly/ExportPTX/main.cu b/Tests/CudaOnly/ExportPTX/main.cu index 132377c..d2a9b90 100644 --- a/Tests/CudaOnly/ExportPTX/main.cu +++ b/Tests/CudaOnly/ExportPTX/main.cu @@ -1,6 +1,3 @@ - -#include <iostream> - /* Define GENERATED_HEADER macro to allow c++ files to include headers generated based on different configuration types. |