You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/12/30 04:48:17 UTC

[GitHub] [incubator-mxnet] kohillyang opened a new issue #20801: op map in cpp package does not update after MXLoadLib is called.

kohillyang opened a new issue #20801:
URL: https://github.com/apache/incubator-mxnet/issues/20801


   ## Description
   The cpp package uses a static variable op_map_ to cache the symbols in mxnet.  However, since mxnet supports customop, the available ops can change in runtime. Which means that, If I create a Convolution Opertor,  and then call MXLoadLib to load a custom op, the following creating Custom Operator will fail.
   https://github.com/apache/incubator-mxnet/blob/026f1d56b9c91e8d8ada5720df03b68da3d751b2/cpp-package/include/mxnet-cpp/operator.hpp#L56
   
   


-- 
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: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] kohillyang closed issue #20801: op map in cpp package does not update after MXLoadLib is called.

Posted by GitBox <gi...@apache.org>.
kohillyang closed issue #20801:
URL: https://github.com/apache/incubator-mxnet/issues/20801


   


-- 
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: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org