pengzhao-intel commented on a change in pull request #14713: [WIP]MKLDNN RNN 
Inference Integration(fp32 LSTM and vRNN with tanh and relu)
URL: https://github.com/apache/incubator-mxnet/pull/14713#discussion_r285423998
 
 

 ##########
 File path: src/operator/rnn-inl.h
 ##########
 @@ -880,6 +902,89 @@ class RNNOp {
                                   param_.p,
                                   param_.mode);
       } else {
+        #if MXNET_USE_MKLDNN == 1 && !defined(__CUDACC__)
+        if (param_.mode != rnn_enum::kGru) {
 
 Review comment:
   Add `TODO` for GRU

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to