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 2019/09/24 02:00:46 UTC

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #16250: [mkldnn-v1.0] Add MKL-DNN Transpose

rongzha1 commented on a change in pull request #16250: [mkldnn-v1.0] Add MKL-DNN Transpose
URL: https://github.com/apache/incubator-mxnet/pull/16250#discussion_r327398760
 
 

 ##########
 File path: src/operator/nn/mkldnn/mkldnn_transpose.cc
 ##########
 @@ -121,6 +107,14 @@ class MKLDNNTransposeForward {
   const mkldnn::reorder &GetFwd() const {
     return *transpose_;
   }
+
+  void Execute() const {
+    auto stream = MKLDNNStream::Get();
+    std::unordered_map<int, mkldnn::memory> net_args;
 
 Review comment:
   Fixed thanks

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services