oneDNN 3.3.1 -> 3.3.3 https://repology.org/project/onednn/versions attrpath: oneDNN Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/oneDNN/default.nix b/pkgs/development/libraries/oneDNN/default.nix index 2518cecb9b6c..225addfee2ae 100644 --- a/pkgs/development/libraries/oneDNN/default.nix +++ b/pkgs/development/libraries/oneDNN/default.nix @@ -9,13 +9,13 @@ # https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn stdenv.mkDerivation (finalAttrs: { pname = "oneDNN"; - version = "3.3.1"; + version = "3.3.3"; src = fetchFromGitHub { owner = "oneapi-src"; repo = "oneDNN"; rev = "v${finalAttrs.version}"; - hash = "sha256-br2ssI4MRk9O6u+5voBmxBZtmTFPKoJJe3ZEN2blq7Y="; + hash = "sha256-V0wCpTSP5UFJACUWgH+ozQmDivEq5MrpVb2UNxNTGrI="; }; outputs = [ "out" "dev" "doc" ]; Successfully finished processing cachix "/nix/store/0p2w9r1yf4mxmw6qxx4h3mjh1l3r3115-oneDNN-3.3.3" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/onednn/versions. meta.description for oneDNN is: oneAPI Deep Neural Network Library (oneDNN) meta.homepage for oneDNN is: https://01.org/oneDNN meta.changelog for oneDNN is: https://github.com/oneapi-src/oneDNN/releases/tag/v3.3.3 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/oneapi-src/oneDNN/releases/tag/v3.3.3) - [Compare changes on GitHub](https://github.com/oneapi-src/oneDNN/compare/v3.3.1...v3.3.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.3.3 in filename of file in /nix/store/0p2w9r1yf4mxmw6qxx4h3mjh1l3r3115-oneDNN-3.3.3 ---
Rebuild report (if merged into master) (click to expand) ``` 26 total rebuild path(s) 26 package rebuild(s) First fifty rebuilds by attrpath deface libretranslate oneDNN piper-train python310Packages.argos-translate-files python310Packages.argostranslate python310Packages.fastembed python310Packages.faster-whisper python310Packages.insightface python310Packages.libretranslate python310Packages.mmcv python310Packages.onnxruntime python310Packages.tf2onnx python310Packages.translatehtml python310Packages.unstructured-inference python311Packages.argos-translate-files python311Packages.argostranslate python311Packages.fastembed python311Packages.faster-whisper python311Packages.insightface python311Packages.libretranslate python311Packages.mmcv python311Packages.onnxruntime python311Packages.tf2onnx python311Packages.translatehtml whisper-ctranslate2 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/0p2w9r1yf4mxmw6qxx4h3mjh1l3r3115-oneDNN-3.3.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A oneDNN https://github.com/r-ryantm/nixpkgs/archive/381d2de4e639c7a51e9aecf7cc0d82adc1a10c10.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/381d2de4e639c7a51e9aecf7cc0d82adc1a10c10#oneDNN ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/0p2w9r1yf4mxmw6qxx4h3mjh1l3r3115-oneDNN-3.3.3 ls -la /nix/store/0p2w9r1yf4mxmw6qxx4h3mjh1l3r3115-oneDNN-3.3.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @bhipple for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/274958