eric-haibin-lin commented on issue #10509: [Improvement] Distinguish 
Sparse/Dense operator for temp resource request
URL: 
https://github.com/apache/incubator-mxnet/issues/10509#issuecomment-382503640
 
 
   After some discussion with @piiswrong and @zheng-da I think the following 
additional interface will be sufficient to distinguish most of the ops:
   ```
   using FResourceRequestEx = std::function<
     std::vector<ResourceRequest> (const NodeAttrs& n, const DispatchMode 
dispatch_mode, const int dev_mask)>;
   ```
   We need to replace FResourceRequest with FResourceRequestEx for the ops we 
want to change.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to