CUDA Toolkit 11.1.1 for 455.83 Driver in 20.0.9

NixOS 20.0.9's default NVIDIA video driver version is 455.38, which supports CUDA 11.1.1. 

**Things to note:**
- [ ] Users with nvtop installed may need to upgrade their nvtop installation due to caching behavior
This commit is contained in:
Michael Del Casino 2020-12-30 18:41:07 -05:00 committed by GitHub
parent ff97a25fc6
commit cf81348264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,14 @@ in rec {
gcc = gcc9; gcc = gcc9;
}; };
cudatoolkit_11_1 = common {
version = "11.1.1";
url = "https://developer.download.nvidia.com/compute/cuda/11.1.1/local_installers/cuda_11.1.1_455.32.00_linux.run";
sha256 = "13yxv2fgvdnqqbwh1zb80x4xhyfkbajfkwyfpdg9493010kngbiy";
gcc = gcc9;
};
cudatoolkit_11 = cudatoolkit_11_0; cudatoolkit_11 = cudatoolkit_11_1;
} }