You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/09/24 11:48:01 UTC

[GitHub] [incubator-mxnet] bartekkuncer commented on a change in pull request #20606: [submodule] Remove soon to be obsolete dnnl nomenclature from mxnet

bartekkuncer commented on a change in pull request #20606:
URL: https://github.com/apache/incubator-mxnet/pull/20606#discussion_r715542462



##########
File path: include/mxnet/ndarray.h
##########
@@ -858,9 +858,9 @@ class NDArray {
     std::vector<Storage::Handle> aux_handles;
 
 #if MXNET_USE_ONEDNN == 1
-    /*! This is created when data is stored in MKLDNN format.
+    /*! This is created when data is stored in DNNL format.
      */
-    std::shared_ptr<MKLDNNMemory> mkl_mem_;
+    std::shared_ptr<DNNLMemory> mkl_mem_;

Review comment:
       dnnl




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org