PawelGlomski-Intel opened a new pull request #20589: URL: https://github.com/apache/incubator-mxnet/pull/20589
## Description ## next_impl is broken for deconvolution since oneDNN 2.3. This change removes calls to this function because it never worked anyway - it always returned false, never finding another implementation (to achieve this, a new primitive descriptior had to be created) ## Checklist ## ### Essentials ### - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage - [ ] Code is well-documented ### Changes ### - Removed calls to next_impl in deconvolution -- 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]
