cudatoolkit: add note about alias upgrades

This commit is contained in:
Samuel Ainsworth 2022-04-01 01:59:02 +00:00
parent 11d9ef189f
commit e1b9a52536

View file

@ -86,5 +86,9 @@ rec {
gcc = gcc10; # can bump to 11 along with stdenv.cc
};
# Make sure to only ever update this to a version that is compatible with the
# latest cudnn, nccl, cutensor, etc! It sometimes happens that CUDA versions
# are released prior to compatibility with the rest of the ecosystem. And
# don't forget to request a review from @NixOS/cuda-maintainers!
cudatoolkit_11 = cudatoolkit_11_5;
}