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 2022/03/10 20:58:26 UTC

[GitHub] [incubator-mxnet] timmeh87 commented on issue #20954: Windows CPP_PACKAGE+GPU Build Fails inside python at opwrapper stage under certain conditions (using python version >= 3.8 or having certain GPU)!

timmeh87 commented on issue #20954:
URL: https://github.com/apache/incubator-mxnet/issues/20954#issuecomment-1064497988


   I actually found a much more elegant way to let the build proceed without messing with the C code at all.... just tell the python script to directly load one of the "mxnet_xx.dll" dlls instead of "libmxnet.dll". This can be done from the cmake script. The cuda path will come from there too. In the end only the cmake and python should be modified and it should let the build proceed on systems with insufficient GPUs. Should I make a PR?


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