agrabows opened a new pull request, #21032:
URL: https://github.com/apache/incubator-mxnet/pull/21032

   ## Description ##
   For any oneDNN primitive use for MXNet operator it is necessary to check if 
operators' inputs, parameters and sometimes outputs are compatible with 
primitive's boundaries. Almost every operator had its SupportDNNL function that 
was checking those conditions. Goal of this PR is to systematize those 
functions by making universal SupportDNNL<>() function with multiple use cases 
possible
   
   ## Checklist ##
   ### Essentials ###
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage
   - [x] Code is well-documented
   
   ### Changes ###
   - [x] Create universal SupportDNNL function
   - [x] Refactor SupportDNNLOp functions using new function


-- 
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]

Reply via email to