paulkp
(Paul Pallaghy)
May 25, 2020, 4:17am
1
I’m setting up a new ubuntu box again.
I’ve installed nvidia cuda via:
https://linuxconfig.org/how-to-install-cuda-on-ubuntu-20-04-focal-fossa-linux
But unlike my previous machine I can’t get the
CUDA
command working.
It seems to be going on about nvcc??
What does this mean?
What has changed?
What should I do?
I just want to do:
CUDA 0 1 2 3
Help!
@guillaumekln
@francoishernandez
I don’t think Ubuntu 20.04 is officially supported by CUDA at this time. You may need to stay a bit longer with Ubuntu 18.04 to avoid issues and install CUDA by following the official documentation:
Develop, Optimize and Deploy GPU-accelerated Apps The NVIDIA® CUDA® Toolkit provides a development environment for creating high performance GPU-accelerated applications. With the CUDA Toolkit, you can develop, optimize and deploy your applications...
paulkp
(Paul Pallaghy)
May 27, 2020, 12:18am
3
Actually i got it working. 20.04 seems to be fine.
Thnx anyway, sorry for bothering you.