mshr-h opened a new pull request, #18917:
URL: https://github.com/apache/tvm/pull/18917

   Negative axis values (e.g., `axes=[-1]`) in `strided_slice_with_axes` were 
used directly as array indices without normalization, causing an `IndexError` 
during `LegalizeOps`.
   
   This PR normalizes negative axes to positive equivalents before passing them 
to `StridedSliceCanonicalizeBegin`, `StridedSliceOutputShape`, and the compute 
lambda.


-- 
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]

Reply via email to