Reputation: 31
I would like to compile Cuda code, in particular code that uses the library Thrust, on a GitHub codespace (one without GPU). I do not need to be able to run the Cuda code.
I installed the NSight VS Code extension but in my understanding I also need to install the Cuda toolkit. How can I install it?
Upvotes: -2
Views: 410
Reputation: 325
CUDA is for GPUs. You won't be able to install it on a Codespace without a GPU.
Upvotes: -2