The GitHub Actions job "Copilot code review" on tvm.git/refs/pull/19537/head 
has failed.
Run started by GitHub user Copilot (triggered by Copilot).

Head commit for run:
58bba8f00245db509df5e11ec0cedb5b2166f63e / THINKER-ONLY <[email protected]>
[Relax][ONNX] Handle empty Slice with negative step

ONNX Slice can produce an empty tensor when a negative step moves away from the 
end bound.  For example, starts=[0], ends=[5], and steps=[-1] should produce a 
zero-length result instead of being rejected by Relax strided_slice 
legalization.

Normalize statically empty constant Slice ranges before emitting Relax 
strided_slice, and add a frontend regression test matching ONNX Runtime 
behavior.

Report URL: https://github.com/apache/tvm/actions/runs/25675979994

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to