cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Add NVIDIA's separate-compilation-linking example
Several years ago, the NVIDIA Technical blog / parallel-4-all published this piece:
Separate Compilation and Linking of CUDA C++ Device Code
and linked to an example repository: separate-compilation-linking.
It would be nice to add this to our example programs. While it doesn't do something very fancy code-wise, a separate CMakeLists.txt for just this example will illustrate how to use separate-linking code with CMake. I think.