Kacper-Pietkun opened a new pull request, #21124: URL: https://github.com/apache/incubator-mxnet/pull/21124
## Description ## Integration of oneDNN reduction primitives (min and max operators) for both nd and np interfaces. It is worth to use oneDNN primitive only for reduction on the last axis of the array (oneDNN doesn't speedup reduction on other axes) ## 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 - [x] Code is well-documented ## Comments ##  Performance results for "min" operator are similar to those presented for "max" operator -- 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]
