sunggg opened a new pull request, #14457: URL: https://github.com/apache/tvm/pull/14457
This PR introduces `relax.gather` op and extends its existing TOPI implementation. Current `topi.gather` has a strong restriction on the dimension of data to be equal to the dimension of indices. Thus, we relax this constraint to serve cases like [onnx gather](https://github.com/onnx/onnx/blob/main/docs/Changelog.md#gather-13). cc. @jwfromm @yongwww -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org