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

[InferReset] Parallelize the annotations accumulation, NFC #5534

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

uenoku
Copy link
Member

@uenoku uenoku commented Jul 3, 2023

Async reset annotations are currently gathered sequentially. We can instead parallelize the accumulation and construct a global map later. This improvement leads to 10% reduction in InferReset(1% of the entire execution time). This PR is NFC.

@uenoku uenoku changed the title [InferReset] Parallelize the annotations accumulation [InferReset] Parallelize the annotations accumulation, NFC Jul 3, 2023
@uenoku uenoku merged commit d19eeb2 into main Jul 3, 2023
@uenoku uenoku deleted the dev/uenoku/infer-reset branch July 3, 2023 20:44
calebmkim pushed a commit to andrewb1999/circt that referenced this pull request Jul 12, 2023
Async reset annotations are currently gathered sequentially. We can instead parallelize the accumulation and construct a global map later. This improvement leads to 10% reduction in InferReset(1% of the entire execution time).
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.

1 participant