mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3Packages.pytorch: reference dnnl by new name oneDNN
This commit is contained in:
parent
47105a1689
commit
ecef2975e3
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
openMPISupport ? false, openmpi ? null,
|
||||
buildDocs ? false,
|
||||
cudaArchList ? null,
|
||||
numpy, pyyaml, cffi, click, typing, cmake, dnnl, hypothesis, numactl, psutil,
|
||||
numpy, pyyaml, cffi, click, typing, cmake, oneDNN, hypothesis, numactl, psutil,
|
||||
linkFarm, symlinkJoin,
|
||||
|
||||
# virtual pkg that consistently instantiates blas across nixpkgs
|
||||
|
@ -205,7 +205,7 @@ in buildPythonPackage rec {
|
|||
ninja
|
||||
] ++ lib.optionals cudaSupport [ cudatoolkit_joined ];
|
||||
|
||||
buildInputs = [ blas blas.provider dnnl ]
|
||||
buildInputs = [ blas blas.provider oneDNN ]
|
||||
++ lib.optionals cudaSupport [ cudnn magma nccl ]
|
||||
++ lib.optionals stdenv.isLinux [ numactl ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue