zixuanweeei opened a new pull request #17075: [MKLDNN] mkldnn RNN operator enhancement URL: https://github.com/apache/incubator-mxnet/pull/17075 ## Description ## Enhancement for RNN operator. ## Checklist ## ### Changes ### - [x] Correct the cast mistake (reinterpret_cast<desc> -> primitive_desc) - [x] Support `AddTo` request for output and gradients (https://github.com/apache/incubator-mxnet/issues/16578) - [x] Use `MXNET_USE_MKLDNN_RNN` to fallback to the naive fused operator - [x] Move the `atol` to its origin in the unit test of GRU (should be fixed by https://github.com/apache/incubator-mxnet/pull/16663) @ciyongch @pengzhao-intel @TaoLv
---------------------------------------------------------------- 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
