Skip to content

Commit

Permalink
Merge pull request #58528 from Intel-tensorflow/aimran/oneDNN_2.6.3_t…
Browse files Browse the repository at this point in the history
…f2.9

r2.9 cherry-pick: oneDNN 2.6.3 Fix
  • Loading branch information
mihaimaruseac committed Nov 11, 2022
2 parents 73ec057 + 31404bf commit f52e0ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tensorflow/workspace2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ def _tf_repositories():
tf_http_archive(
name = "mkl_dnn_v1",
build_file = "//third_party/mkl_dnn:mkldnn_v1.BUILD",
sha256 = "9695640f55acd833ddcef4776af15e03446c4655f9296e5074b1b178dd7a4fb2",
strip_prefix = "oneDNN-2.6",
urls = tf_mirror_urls("https://github.com/oneapi-src/oneDNN/archive/refs/tags/v2.6.tar.gz"),
sha256 = "fd47d2470000b5015f6e34134f799683050f81cbc04f53a3b0d323df1bb900bc",
strip_prefix = "oneDNN-2.6.3",
urls = tf_mirror_urls("https://github.com/oneapi-src/oneDNN/archive/refs/tags/v2.6.3.tar.gz"),
)

tf_http_archive(
Expand Down
2 changes: 1 addition & 1 deletion third_party/mkl_dnn/mkldnn_v1.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ template_rule(
substitutions = {
"@DNNL_VERSION_MAJOR@": "2",
"@DNNL_VERSION_MINOR@": "6",
"@DNNL_VERSION_PATCH@": "0",
"@DNNL_VERSION_PATCH@": "3",
"@DNNL_VERSION_HASH@": "N/A",
},
)
Expand Down

0 comments on commit f52e0ae

Please sign in to comment.