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

oneDNN: 2.1.2 -> 2.1.3
This commit is contained in:
Benjamin Hipple 2021-04-01 18:51:26 -04:00 committed by GitHub
commit 8a6f8f51d5
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 = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "oneDNN";
rev = "v${version}";
sha256 = "sha256-8nXzsY4+XnhKbuYyDWehiWqQEWoEcDBF4KagOg1WlN8=";
sha256 = "sha256-xByu0HWeyDg5WV/zVO4HO/uwZ2RPrud0FlZHPfFom1E=";
};
outputs = [ "out" "dev" "doc" ];