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

[TIR][Meta-Schedule] Tuple-reduction scheduling support #11639

Merged

Conversation

MasterJH5574
Copy link
Contributor

This PR improves our TIR scheduling primitives/transformations (rfactor & cross-thread reduction) designed for reduction operators, so that they can be applied to blocks of tuple-reduction.

Most of the code changes are of unit tests.

cc @junrushao1994

@github-actions github-actions bot requested a review from junrushao June 9, 2022 04:42
@junrushao junrushao self-assigned this Jun 10, 2022
@junrushao junrushao force-pushed the feature/2022-05-26-tuple-red-scheduling branch from d876c0e to 49b945c Compare September 12, 2022 21:09
@junrushao junrushao force-pushed the feature/2022-05-26-tuple-red-scheduling branch 3 times, most recently from 2caa67e to 8cee328 Compare September 14, 2022 03:25
Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

This PR improves our TIR scheduling primitives/transformations (rfactor & cross-thread reduction)
designed for reduction operators, so that they can be applied to blocks of tuple-reduction.
@junrushao junrushao force-pushed the feature/2022-05-26-tuple-red-scheduling branch from 8cee328 to d93b7f1 Compare September 14, 2022 17:53
@junrushao junrushao merged commit 421ff76 into apache:main Sep 14, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
[TIR][MetaSchedule] Support Tuple Reduction

This PR improves our TIR scheduling primitives/transformations (rfactor & cross-thread reduction)
designed for reduction operators, so that they can be applied to blocks of tuple-reduction.
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.

2 participants