Skip to content

Add buffer realize heuristic for heavy ops on CPU (only for exp now) #1468

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

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

jgong5
Copy link

@jgong5 jgong5 commented Oct 4, 2022

This PR adds "buffer realize" heuristic for heavy ops on CPU. Currently only "exp" is considered as the heavy op since its computation requires polynomial approximation. This addresses the first optimization mentioned in the issue (#1401). The list of heavy ops can be further revised in the future.

@jgong5 jgong5 marked this pull request as ready for review October 4, 2022 07:28
@jgong5 jgong5 requested review from jansel and EikanWang October 4, 2022 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants