Lunderberg commented on PR #16249: URL: https://github.com/apache/tvm/pull/16249#issuecomment-1894320133
Short of requiring users to compile pytorch from source, which I think is too large of a setup burden to require, I don't think there's a good solution until pytorch starts providing wheels with `USE_CXX11_ABI=1`. Since the `tests/python/frontend/pytorch/qnn_test.py::test_serialized_modules` unit test can consistently reproduce this error, we should include it in the unity test suite. Existing use of `std::regex` can be replaced with a packed func that calls into Python `re` module -- 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]
