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 2020/08/19 01:09:20 UTC

[GitHub] [incubator-mxnet] Zha0q1 commented on pull request #18904: [RFC] MXNet external operators

Zha0q1 commented on pull request #18904:
URL: https://github.com/apache/incubator-mxnet/pull/18904#issuecomment-675794281


   > > Regarding the open question "What symbols do we need to make available in libmxnet.so for external operators that might be stripped out?", note that https://github.com/apache/incubator-mxnet/blob/master/cmake/libmxnet.sym will hide all non-whitelisted symbols and @Zha0q1 intends to enable it for all builds to avoid name clashing with ILP64 BLAS.
   > 
   > Makes sense, probably the best way to merge these two features is to just explicitly exclude the symbols causing the clashing with ILP64 BLAS. The inverse of deciding which symbols in mxnet to strip out while still leaving the ones users intend to use for external ops might be more difficult to do and maintain.
   
   Do you mean something like this: https://github.com/Zha0q1/incubator-mxnet/blob/static_openblas/cmake/exclude_openblas.ver?


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