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

Add aggregation region wrapper #32

Merged
merged 2 commits into from
May 22, 2024
Merged

Add aggregation region wrapper #32

merged 2 commits into from
May 22, 2024

Conversation

G-071
Copy link
Member

@G-071 G-071 commented May 17, 2024

Using an aggregation region for the explicit work aggregation kernel fusion was a bit of a hassle previously: One had to pick a name, initialize the pool, obtain a future for an aggregation executor and lastly launch the aggregation as an continuation of that future.

This PR streamlines this process: The user now only has to user the aggregation_region wrapper that does all of the above automatically!

@G-071 G-071 merged commit 73bf20f into master May 22, 2024
5 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.

1 participant