-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
cudaPackages.cudnn: hash correction and 8.9.6.50 -> 8.9.7.29 #273604
Conversation
I don't think |
Note Template PR=273604; \
SYSTEM="aarch64-linux"; \
CUDA_SUPPORT="true"; \
CUDA_CAPABILITIES='[ "7.5" ]'; \
nixpkgs-review pr "$PR" \
--system "$SYSTEM" \
--no-shell \
--checkout commit \
--allow aliases \
--build-args "--max-jobs 1" \
--extra-nixpkgs-config "{
allowUnfree = true;
allowBroken = false;
cudaSupport = ${CUDA_SUPPORT:-false};
cudaCapabilities = ${CUDA_CAPABILITIES:-[]};
}"
|
I agree, but I don't have the bandwidth at the moment to work on that. I imagine such a script could be implemented as a DFS traversal of the pages at the CUDNN resist URL. If there's a new version which doesn't exist, add it. If there's a newer version of the same major/minor release, replace it with the newer version. Otherwise, skip it. |
@SomeoneSerge can you confirm that jaxlib and cupy are broken on master? |
@ConnorBaker yes https://hercules-ci.com/github/SomeoneSerge/nixpkgs-cuda-ci/jobs/7448
Yea this is definitely not the top priority |
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.
otherwise seems fine
Description of changes
x86_64-linux
CUDA 10.2, v7.6.5.32 caused by bad copy-pasteThings done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.