link_cuda_kernel icon indicating copy to clipboard operation
link_cuda_kernel copied to clipboard

HowTo: Compile CUDA with nvcc, and link to Rust

Results 2 link_cuda_kernel issues
Sort by recently updated
recently updated
newest added

Hi! What environmental variables do you need to set for this? For example, should `CXX` be set to `clang++`? Should it be set to `nvcc`? Ty!

First of all thanks for creating this example, it's been working great for me! Now I'm trying to build for multiple architectures at once, for example `61` and `86`. Online...