nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #200665 from alejandrosame/update/oneDNN

oneDNN: 2.3.2 -> 2.5.2

authored by

Benjamin Hipple and committed by
GitHub
59ec549a 9c3248f5

+1 -1
+1 -1
pkgs/development/libraries/oneDNN/default.nix
··· 5 5 # https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn 6 6 stdenv.mkDerivation rec { 7 7 pname = "oneDNN"; 8 - version = "2.7.1"; 8 + version = "2.5.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "oneapi-src";