You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/13 08:01:15 UTC

[GitHub] ZhennanQin commented on issue #13598: More fine-grained operator implementation dispatch & memory planning flow

ZhennanQin commented on issue #13598: More fine-grained operator implementation dispatch & memory planning flow 
URL: https://github.com/apache/incubator-mxnet/issues/13598#issuecomment-446876091
 
 
   @eric-haibin-lin  Thanks for proposing this. We like this change as it can benefit MKLDNN subgraph and memory planing as well. Here's only one small comment:
   `attrs.exec_func = CovolutionComputeImplCUDNN;`
   Can we have different labels for different backends to make backend information more generic. Then we can read this label and make different upon it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services