sbinabdullah commented on PR #19978: URL: https://github.com/apache/tvm/pull/19978#issuecomment-4935399333
CI note: the failing `lint` check is unrelated to this PR. The only failing hook is `ruff-format --all-files`, which modifies two files untouched by this PR: - `python/tvm/relax/backend/dispatch_sort_scan.py` - `tests/python/relax/test_frontend_onnx.py` I reproduced this on a clean detached worktree at the PR target SHA `apache/tvm@67bd1ea` with: ```bash pre-commit run ruff-format --all-files --show-diff-on-failure ``` It produces the exact same two-file diff and exits 1. Upstream `main` itself has had a red Lint workflow for its last five commits (the run at `67bd1ea` is https://github.com/apache/tvm/actions/runs/29073743021). The PR files pass targeted pre-commit locally (`ruff check`, `ruff format`, `clang-format`, ASF headers), and the MacOS/Windows CI jobs pass. I have not included unrelated formatter changes in this focused arith fix. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
