You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, the new PyTorch release crashes with symbols loaded by TVM, so the following trivial code crashes with invalid pointer Aborted (core dumped) upon exit:
import tvm
import torch
We can workaround this by swapping the import order, but as pointed out in #9349 (comment) this may not always be possible.
Another solution is to remove the use of RTLD_GLOBAL in