Merge pull request #240443 from r-ryantm/auto-update/oneDNN

oneDNN: 3.1.1 -> 3.2
This commit is contained in:
Weijia Wang 2023-06-29 17:35:31 +03:00 committed by GitHub
commit 4cd16c45b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
# https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn
stdenv.mkDerivation rec {
pname = "oneDNN";
version = "3.1.1";
version = "3.2";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "oneDNN";
rev = "v${version}";
sha256 = "sha256-02S9eG9eAUS7S59YtyaAany07A2V/Cu7Vto2IruDCtc=";
sha256 = "sha256-V+0NyQMa4pY9Rhw6bLuqTom0ps/+wm4mGfn1rTi+0YM=";
};
outputs = [ "out" "dev" "doc" ];