cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Add NVIDIA's separate-compilation-linking example

Open eyalroz opened this issue 3 years ago • 0 comments

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.

eyalroz avatar Apr 05 '22 10:04 eyalroz