thecaptain789 opened a new pull request, #18745: URL: https://github.com/apache/tvm/pull/18745
## Summary This PR fixes additional typos identified by Gemini Code Assist during the review of PR #18739. ## Changes 1. **python/tvm/ir/base.py** (line 191): `assert_strucural_equal` → `assert_structural_equal` (in docstring "See Also" section) 2. **python/tvm/ir/base.py** (line 292): `structrual_equal` → `structural_equal` (in docstring "See Also" section) 3. **include/tvm/node/structural_hash.h** (line 20): Fixed `\\file` comment path from `structural_equal.h` to `structural_hash.h` (matching actual filename) 4. **tests/python/tir-base/test_tir_structural_equal_hash.py**: Changed `sequal` to `struct_equal` in error messages and `get_sequal_mismatch` to `get_struct_equal_mismatch` for consistency with the variable names used in the code (`struct_equal0`, `struct_equal1`) ## Context These typos were identified by the AI code reviewer on our existing PR and are follow-up fixes to keep the codebase consistent. --- *Typo fix PR - automated detection via AI code review* -- 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]
