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/01/22 14:45:46 UTC

[GitHub] [incubator-mxnet] NamelessLoop commented on issue #19778: Cython setup.py including mxnet library, mxnet.libinfo.find_include_path() error

NamelessLoop commented on issue #19778:
URL: https://github.com/apache/incubator-mxnet/issues/19778#issuecomment-765451715


   Exactly I have a python code in which I'm using mxnet functions. Yesterday I found out that if I compile it, it is faster but moreover if I add extension to the .pyx and then compile it, it is even more faster. I got no problem with numpy.ndarray but I've no idea how to add extension to those mxnet arrays type and to declare the get_include path in the setup.py file to compile the .pyx because the function provided by the website is giving me Runtime error. 


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