CUDA 11.0
docs.nvidia.com
CUDA 11.0
1–10 of 67 posts
Re: CUDA 11.0
#2Huh? I've been using CUDA for a while now on my Ubuntu 20.04 machine
Re: CUDA 11.0
#3This is generally indicative of how poorly organized the CUDA documentation and installation instructions are. The Conda dependency manager has made this a lot easier recently. Especially by, e.g., providing pytorch binaries. Though if you want to use packages like NVIDIA Apex for mixed precision DL[0] you're going to be in for a huge headache trying to compile torch from source while also managing your cuda and nvcc version, which sometimes must be the same but sometimes can not be![1]
[0] Yes, I'm aware that Apex was very recently brought into torch but it seems that the performance issues haven't been ironed out yet.
[1] https://stackoverflow.com/questions/53422407/different-cuda-...
Re: CUDA 11.0
#4> Added support for Ubuntu 20.04 LTS on x86_64 platforms. Huh? I've been using CUDA for a while now on my Ubuntu 20.04 machine
Re: CUDA 11.0
#5> Added support for Ubuntu 20.04 LTS on x86_64 platforms. Huh? I've been using CUDA for a while now on my Ubuntu 20.04 machine
Re: CUDA 11.0
#6I noticed CUDA 11.0 was almost ready for release last week when I went to install CUDA and the default download page linked to the 11.0 Release Candidate. The 10.1 and 10.2 links were buried behind a link off to the side labeled "legacy". The thing is, no library you use is going to be supporting the CUDA 11.0 RC, that's ridiculous. For example, Pytorch stable is on 10.2 and Tensorflow only goes up to 10.1. This is g…
Re: CUDA 11.0
#7Edit: oh wait I think I see. Latest supported gcc for CUDA 11 is gcc 9.x, but I think latest Fedora is on gcc 10.
Re: CUDA 11.0
#8This exact sentence is listed both under "New Feature" and "Known Issues". I'm not super familiar with CUDA stuff, but, it can't be both right?
Re: CUDA 11.0
#9>cuFFT now accepts __nv_bfloat16 input and output data type for power-of-two sizes with single precision computations within the kernels. This exact sentence is listed both under "New Feature" and "Known Issues". I'm not super familiar with CUDA stuff, but, it can't be both right?
Re: CUDA 11.0
#10Interesting that Fedora support seems to have been dropped. Anyone know why that might be? Edit: oh wait I think I see. Latest supported gcc for CUDA 11 is gcc 9.x, but I think latest Fedora is on gcc 10.
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/i...