Merge pull request #79426 from r-ryantm/auto-update/dnnl

dnnl: 1.1.2 -> 1.2
This commit is contained in:
Mario Rodas 2020-02-08 10:51:28 -05:00 committed by GitHub
commit a8a64b9dc9
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dnnl"; pname = "dnnl";
version = "1.1.2"; version = "1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "intel"; owner = "intel";
repo = "mkl-dnn"; repo = "mkl-dnn";
rev = "v${version}"; rev = "v${version}";
sha256 = "150cdyfiw4izvzmbmdqidwadppb1qjmzhpaqjczm397ygi1m92l1"; sha256 = "17xpdwqjfb2bq586gnk3hq94r06jd8pk6qfs703qqd7155fkbil9";
}; };
# Generic fix upstreamed in https://github.com/intel/mkl-dnn/pull/631 # Generic fix upstreamed in https://github.com/intel/mkl-dnn/pull/631