masahi edited a comment on issue #9349: URL: https://github.com/apache/tvm/issues/9349#issuecomment-950738503
@lhutton1 Unfortunately, I don't have a solution for this problem. The error I got with PT 1.10 + TVM seemed related to LLVM (it says `Unable to find target for this triple (no targets are registered)` and dies during tracing). I also got `Aborted (core dumped)` error upon process exit. Also I've never hit this problem with older PyTorch versions + TVM. But ONNX + PT did cause me some pain in the past, which was also fixed by swapping the import order, https://github.com/onnx/onnx/issues/2394#issuecomment-581638840. I wonder if this is the same dynamic loader related issue. I'd love to dig deep if this is something we can fix from our side. Related issues from PT repo https://github.com/pytorch/pytorch/issues/2507 https://github.com/pytorch/pytorch/issues/19739 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
