You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/25 09:28:17 UTC

[GitHub] [tvm] elvin-n opened a new issue, #11452: [Bug] import of mxnet newer than 1.6.0 after tvm is crashed

elvin-n opened a new issue, #11452:
URL: https://github.com/apache/tvm/issues/11452

   ### Expected behavior
   
   importing of mxnet and tvm should work together independently on order of their imports
   
   ### Actual behavior
   
   ```
   >>> import tvm
   >>> import mxnet
   Segmentation fault (core dumped)
   ```
   if import mxnet first and then tvm - everything works fine
   
   ### Environment
   Crashes:
   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:
   Ubuntu 21.10 cpython Python 3.9.12 mxnet 1.6.0
   
   ### Steps to reproduce
   call python and import tvm and mxnet


-- 
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: commits-unsubscribe@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi commented on issue #11452: [Bug] import of mxnet newer than 1.6.0 after tvm is crashed

Posted by GitBox <gi...@apache.org>.
masahi commented on issue #11452:
URL: https://github.com/apache/tvm/issues/11452#issuecomment-1342320530

   Probably related to https://github.com/apache/tvm/issues/9362. The same solution may work.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi closed issue #11452: [Bug] import of mxnet newer than 1.6.0 after tvm is crashed

Posted by GitBox <gi...@apache.org>.
masahi closed issue #11452: [Bug] import of mxnet newer than 1.6.0 after tvm is crashed
URL: https://github.com/apache/tvm/issues/11452


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org