Skip to content

Commit

Permalink
Merge pull request #33213 from Intel-tensorflow/mkl-dnn-0.20.6
Browse files Browse the repository at this point in the history
[Intel Mkl] Upgrading MKL-DNN to 0.20.6 to fix SGEMM regression
  • Loading branch information
goldiegadde committed Oct 14, 2019
2 parents 46f50ff + 8c48aff commit 07bf663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tensorflow/workspace.bzl
Expand Up @@ -135,11 +135,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "mkl_dnn",
build_file = clean_dep("//third_party/mkl_dnn:mkldnn.BUILD"),
sha256 = "a198a9bd3c584607e6a467f780beca92c8411cd656fcc8ec6fa5abe73d4af823",
strip_prefix = "mkl-dnn-0.20.3",
sha256 = "74675e93eef339ff3d9a9be95c15d0c7ad8736a5356c23428ab2e33dcdb8e3e1",
strip_prefix = "mkl-dnn-0.20.6",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/intel/mkl-dnn/archive/v0.20.3.tar.gz",
"https://github.com/intel/mkl-dnn/archive/v0.20.3.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/intel/mkl-dnn/archive/v0.20.6.tar.gz",
"https://github.com/intel/mkl-dnn/archive/v0.20.6.tar.gz",
],
)

Expand Down

0 comments on commit 07bf663

Please sign in to comment.