samskalicky commented on issue #15921: [WIP] dynamic custom operator support
URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-526075294
 
 
   > Hi @samskalicky , is it possible to use `mshadow` in dynamic custom 
operator?
   > It will be convenient to leverage some math helpers.
   
   Sure, users can compile whatever they want into their libraries. But they 
will compile mshadow separately from MXNet. 
   
   The main goal in architecting the custom op support is to lower the barrier 
for entry to compiling custom operators. Currently users have to recompile all 
of mxnet to integrate their custom ops. So we want to do better with this 
project. If users have a custom op that does not uses mshadow they shouldnt 
have to compile with it. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to