未验证 提交 2c019c26 编写于 作者: L learning-to-play 提交者: GitHub

Merge pull request #58456 from Intel-tensorflow/aimran/oneDNN_2.6.3

r2.10 cherry-pick: oneDNN 2.6.3 Fix
......@@ -184,9 +184,9 @@ def _tf_repositories():
tf_http_archive(
name = "mkl_dnn_v1",
build_file = "//third_party/mkl_dnn:mkldnn_v1.BUILD",
sha256 = "0ff70240378aa26e1fc3edf66d14964e614ef2f9278514182cd43b34ced9af21",
strip_prefix = "oneDNN-2.6.1",
urls = tf_mirror_urls("https://github.com/oneapi-src/oneDNN/archive/refs/tags/v2.6.1.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(
......
......@@ -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",
},
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册