-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cudatoolkit: add 10.1.243 #68954
cudatoolkit: add 10.1.243 #68954
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/what-are-your-goals-for-19-09/2875/38 |
Thanks! I'll try to test this on a non-NixOS system today. |
|
||
gcc = gcc7; | ||
}; | ||
|
||
cudatoolkit_10 = cudatoolkit_10_0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to default to cudatoolkit_10_1 here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
pkgs/top-level/all-packages.nix
Outdated
@@ -2473,7 +2473,8 @@ in | |||
cudatoolkit_9_1 | |||
cudatoolkit_9_2 | |||
cudatoolkit_10 | |||
cudatoolkit_10_0; | |||
cudatoolkit_10_0 | |||
cudatoolkit_10_1; | |||
|
|||
cudatoolkit = cudatoolkit_9; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be time to bump that one to cudatoolkit_10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
I couldn't test Tensorflow (I have to recompile it with CUDA 10.1), but CUDA and CuBLAS seem to work well on Ubuntu 18.04 with this PR. |
I've also update cudnn. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve. If this is ready, lets merge and cherry pick into 19.09. We're trying to close out all open issues in the milestone this week.
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/building-with-cuda-on-nixpkgs/4462/5 |
@disassembler Would you mind merging this? |
@andir Could you take a look? |
@knedlsepp Looks good. All those now optional build steps are no longer required because they cleaned up their build system? |
Yes, cudatoolkit 10.1 is actually rather straightforward to package. (I can proof that: I did package it independently from this PR starting from a clean slate: knedlsepp@630068e ) |
cudatoolkit: add 10.1.243 (cherry picked from commit 1e72fa5)
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @knedlsepp @danieldk