We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importing of mxnet and tvm should work together independently on order of their imports
>>> import tvm >>> import mxnet Segmentation fault (core dumped)
if import mxnet first and then tvm - everything works fine
Crashes if tvm is imported first: Ubuntu 21.10 cpython Python 3.9.12 mxnet 1.9.1 Ubuntu 21.10 Anaconda Python 3.8.5 mxnet 1.8.0.post0 Ubuntu 20.04 Anaconda 3.8.8 mxnet 1.8.0
Good in any order of importing: Ubuntu 21.10 cpython Python 3.9.12 mxnet 1.6.0
call python and import tvm and mxnet
The text was updated successfully, but these errors were encountered:
Probably related to #9362. The same solution may work.
Sorry, something went wrong.
No branches or pull requests
Expected behavior
importing of mxnet and tvm should work together independently on order of their imports
Actual behavior
if import mxnet first and then tvm - everything works fine
Environment
Crashes if tvm is imported first:
Ubuntu 21.10 cpython Python 3.9.12 mxnet 1.9.1
Ubuntu 21.10 Anaconda Python 3.8.5 mxnet 1.8.0.post0
Ubuntu 20.04 Anaconda 3.8.8 mxnet 1.8.0
Good in any order of importing:
Ubuntu 21.10 cpython Python 3.9.12 mxnet 1.6.0
Steps to reproduce
call python and import tvm and mxnet
The text was updated successfully, but these errors were encountered: