Skip to content
New issue

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

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

Already on GitHub? # to your account

add reduce-buffer-live-range pass to reduce memory peak #1279

Merged
merged 6 commits into from
Mar 1, 2024

Conversation

Yancey1989
Copy link
Collaborator

@Yancey1989 Yancey1989 commented Jan 25, 2024

the reduce-buffer-live-range pass moves the AllocOp to the nearest location to the consumer to avoid early allocation to reduce memory peak.

@Yancey1989 Yancey1989 requested a review from eedalong January 25, 2024 03:27
@Yancey1989 Yancey1989 requested a review from qiuxiafei February 27, 2024 05:51
Copy link
Collaborator

@eedalong eedalong left a comment

Choose a reason for hiding this comment

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

LGTM!

@Yancey1989 Yancey1989 merged commit a64cec9 into main Mar 1, 2024
11 checks passed
@Yancey1989 Yancey1989 deleted the reduce_buffer_live branch March 1, 2024 08:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants