Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TORCH][TOPI] Support mean reduction for scatter_reduce #14110

Merged
merged 2 commits into from
Feb 24, 2023

Conversation

vvchernov
Copy link
Contributor

Support "mean" reduction for pytorch scatter_reduce operation. On back-end side it is "mean" reduction attribute for scatter_elements. Comments and tests were updated. Corresponding TODOs were removed

@tvm-bot
Copy link
Collaborator

tvm-bot commented Feb 24, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@masahi masahi merged commit 9b6df18 into apache:main Feb 24, 2023
@vvchernov vvchernov deleted the vc/mean_reduction branch February 24, 2023 11:45
yongwww pushed a commit to yongwww/tvm that referenced this pull request Feb 27, 2023
* support mean reduction, clean comments, extend tests

* fix pylint

---------

Co-authored-by: Valery Chernov <valery.chernov@deelvin.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants