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 2020/09/20 03:33:55 UTC

[GitHub] [incubator-mxnet] believeitmyway opened a new issue #19193: Amalgamation

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


   The amalgamation folder seems to disappear from the repo, is it no longer supported?  I want to minimize the dependency and convert it to a single file. Is there another way?


----------------------------------------------------------------
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



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


[GitHub] [incubator-mxnet] szha closed issue #19193: Amalgamation

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


   


----------------------------------------------------------------
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



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


[GitHub] [incubator-mxnet] believeitmyway commented on issue #19193: Amalgamation

Posted by GitBox <gi...@apache.org>.
believeitmyway commented on issue #19193:
URL: https://github.com/apache/incubator-mxnet/issues/19193#issuecomment-695741229


   Thank you so much.  I have another question.  The URL below states that we can also remove the dependency on BLAS.  Is there any procedure for that?
   
   https://mxnet.apache.org/versions/1.7/api/faq/smart_device


----------------------------------------------------------------
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



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


[GitHub] [incubator-mxnet] szha commented on issue #19193: Amalgamation

Posted by GitBox <gi...@apache.org>.
szha commented on issue #19193:
URL: https://github.com/apache/incubator-mxnet/issues/19193#issuecomment-695748162


   I think that comment may be outdated. BLAS functions include accelerated gemm which is quite essential to deep learning. I would recommend to always choose a BLAS library in any case.


----------------------------------------------------------------
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



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


[GitHub] [incubator-mxnet] szha commented on issue #19193: Amalgamation

Posted by GitBox <gi...@apache.org>.
szha commented on issue #19193:
URL: https://github.com/apache/incubator-mxnet/issues/19193#issuecomment-695729059


   Amalgamation is still available in [v1.x](https://github.com/apache/incubator-mxnet/tree/v1.x/amalgamation).
   
   In terms of generating a single binary to link to that minimizes dependency, you could use `-DMXNET_BUILD_SHARED_LIBS=OFF` to build static library of mxnet with `.a` extension, link to it, and strip all symbols that weren't used. On linux, you can use `strip --strip-unneeded` on your final library so file for this purpose.


----------------------------------------------------------------
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



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


[GitHub] [incubator-mxnet] believeitmyway commented on issue #19193: Amalgamation

Posted by GitBox <gi...@apache.org>.
believeitmyway commented on issue #19193:
URL: https://github.com/apache/incubator-mxnet/issues/19193#issuecomment-695749050


   I understand that.  Thank you!


----------------------------------------------------------------
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



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


[GitHub] [incubator-mxnet] szha closed issue #19193: Amalgamation

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


   


----------------------------------------------------------------
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



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


[GitHub] [incubator-mxnet] github-actions[bot] commented on issue #19193: Amalgamation

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #19193:
URL: https://github.com/apache/incubator-mxnet/issues/19193#issuecomment-695622661


   Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
   Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
   If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on [contributing to MXNet](https://mxnet.apache.org/community/contribute) and our [development guides wiki](https://cwiki.apache.org/confluence/display/MXNET/Developments).


----------------------------------------------------------------
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



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