ConvolutedDog opened a new pull request, #18137:
URL: https://github.com/apache/tvm/pull/18137
- Fix the ONNX CumSum converter to properly handle reversed cumsum
operations by:
- Flip the input before cumsum if reverse=True
- Flip the output back to maintain original dimension order
- Add proper normalization of the output of relax.op.cumsum (Fix
https://github.com/apache/tvm/issues/18135)
- Add reverse=True test case to verify reversed cumsum operation
--
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]