agrabows opened a new pull request, #21024: URL: https://github.com/apache/incubator-mxnet/pull/21024
## Description ## SwapAxis operator was implemented without use of NNVM_REGISTER_OP. Refactoring with new API would enable integrating oneDNN's reorder primitive support which would speed up gpt2 model. ## Checklist ## ### Essentials ### - [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [x] Changes are complete (i.e. I finished coding on this PR) - [x] All changes have test coverage ### Changes ### - [x] Refactor SwapAxis operator with NNVM_REGISTER_OP. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
