szha opened a new pull request #11807: enable CPU kernel for all RNN layer 
forward
URL: https://github.com/apache/incubator-mxnet/pull/11807
 
 
   ## Description ##
   After #10104, #10311, and #11399 are merged, rnn operator's CPU 
implementation is compatible with GPU implementation.
   
   ## Checklist ##
   ### Essentials ###
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage:
   - Unit tests already cover it.
   - [x] To the my best knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [x] always use CPU kernel for RNN layer forward.
   
   ## Comments ##
   - Changing RNN layer to hybrid block is out of scope for this PR and will 
happen in #11482 instead.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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