You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by bg...@apache.org on 2022/02/02 07:19:59 UTC

[incubator-mxnet] branch master updated: [submodule] Upgrade oneDNN to v2.5.2 (#20843)

This is an automated email from the ASF dual-hosted git repository.

bgawrych pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new fb52559  [submodule] Upgrade oneDNN to v2.5.2 (#20843)
fb52559 is described below

commit fb525594b2b83a69435f185a78085782facd40c0
Author: bartekkuncer <ba...@intel.com>
AuthorDate: Wed Feb 2 08:17:15 2022 +0100

    [submodule] Upgrade oneDNN to v2.5.2 (#20843)
---
 3rdparty/onednn              | 2 +-
 tools/dependencies/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3rdparty/onednn b/3rdparty/onednn
index 3d770ab..a930253 160000
--- a/3rdparty/onednn
+++ b/3rdparty/onednn
@@ -1 +1 @@
-Subproject commit 3d770ab0a5eaf2ed50cf9a92f065fea24541a4e9
+Subproject commit a9302535553c73243c632ad3c4c80beec3d19a1e
diff --git a/tools/dependencies/README.md b/tools/dependencies/README.md
index 3e1494f..6d18d19 100644
--- a/tools/dependencies/README.md
+++ b/tools/dependencies/README.md
@@ -57,7 +57,7 @@ The dependencies could be categorized by several groups: BLAS libraries, CPU-bas
 | Dependencies  | MXNet Version |
 | :------------: |:-------------:| 
 |OpenBLAS| 0.3.9 |
-|oneDNN| 2.5.1 |
+|oneDNN| 2.5.2 |
 |CUDA| 10.1 |
 |cuDNN| 7.5.1 |
 |NCCL| 2.4.2 |