Skip to content

FindCUDAToolkit: Add the cudadevrt library

Mario Emmenlauer requested to merge emmenlau/cmake:bda_add_cudadevrt into master

Currently there is no imported target for the cudadevrt library. This PR adds the target.

I should mention that I'm not perfectly knowledgeable if its sensible to link against cudadevrt in the first place. I know there is also a cmake flag CUDA_RESOLVE_DEVICE_SYMBOLS that helps with this issue.

Edited by Brad King

Merge request reports