guan404ming opened a new pull request, #19906:
URL: https://github.com/apache/tvm/pull/19906
Why
Inverse index map input variables were always named axis0, axis1, ...,
making generated IR harder to read.
How
- Name a pass-through inverse input after its source Var instead of axis{i}.
- Keep the axis{i} fallback for computed (non-pass-through) indices.
- Add test_inverse_preserves_passthrough_var_names covering a transpose map.
--
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]