mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:01:14 +00:00
cuda: make cudatoolkit & cudnn packages overrideable
This commit is contained in:
parent
22cbd24409
commit
289a292608
@ -2571,7 +2571,8 @@ in
|
||||
|
||||
cron = callPackage ../tools/system/cron { };
|
||||
|
||||
inherit (callPackages ../development/compilers/cudatoolkit { })
|
||||
cudaPackages = callPackages ../development/compilers/cudatoolkit { };
|
||||
inherit (cudaPackages)
|
||||
cudatoolkit_6
|
||||
cudatoolkit_6_5
|
||||
cudatoolkit_7
|
||||
@ -2587,7 +2588,8 @@ in
|
||||
|
||||
cudatoolkit = cudatoolkit_10;
|
||||
|
||||
inherit (callPackages ../development/libraries/science/math/cudnn { })
|
||||
cudnnPackages = callPackages ../development/libraries/science/math/cudnn { };
|
||||
inherit (cudnnPackages)
|
||||
cudnn_cudatoolkit_7
|
||||
cudnn_cudatoolkit_7_5
|
||||
cudnn6_cudatoolkit_8
|
||||
|
Loading…
Reference in New Issue
Block a user