leezu edited a comment on issue #19778: URL: https://github.com/apache/incubator-mxnet/issues/19778#issuecomment-765442484
Sorry, but what exactly are you trying to do? Do you want to directly interface with MXNet C API in your Cython code? Or do you want to use MXNet Python API in your Cython code? I think in the latter case, you can't release the GIL and the MXNet code will run in standard Python invoked by your Cython code ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
