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

Improve performance of some opt passes #2431

Merged
merged 8 commits into from
Nov 27, 2024
Merged

Conversation

annagrin
Copy link
Collaborator

@annagrin annagrin commented Nov 27, 2024

Improve performance of some of the compiler passes

This change runs some passes on FuncOp instead of ModuleOp so the optimizations can run in parallel on multiple functions.

  • Use cc-loop-unroll and cc-loop-normalize as func passes instead of module passes
  • Make state-prep a func pass as well
  • Update hardware pipelines
  • Update tests

Related:
#2422
#2416

@annagrin annagrin enabled auto-merge (squash) November 27, 2024 22:23
@annagrin annagrin merged commit 0c70642 into NVIDIA:main Nov 27, 2024
210 of 211 checks passed
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