LeiWang1999 commented on PR #16425: URL: https://github.com/apache/tvm/pull/16425#issuecomment-2418673296
It seems that this pull request may lead to a `segmentation fault` issue when build with `llvm+16.0.0` ```bash root@e01d939002c0:~/pr_workspace/main_tvm# python Python 3.10.14 (main, Apr 6 2024, 18:45:05) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tvm Segmentation fault (core dumped) ``` but works with `llvm+10.0.0` -- 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]
