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

Re-enable future instance creation directly on framebuffer #636

Open
wants to merge 1 commit into
base: branch-24.03
Choose a base branch
from

Conversation

manopapad
Copy link
Contributor

This is expected to improve the performance of reductions into scalar stores, since the singleton output buffers will be directly instantiated on framebuffer. It should also remove the waits from tasks that pull read-only futures into the framebuffer, to create read accessors, because those futures will already be targeted to the framebuffer during mapping. The Legion bug that was keeping us from using this seems to be fixed, so putting this through its paces once again.

@manopapad manopapad added the category:improvement PR introduces an improvement and will be classified as such in release notes label Mar 23, 2023
@XiaLuNV XiaLuNV requested a review from magnatelee March 29, 2023 05:41
@marcinz marcinz changed the base branch from branch-23.05 to branch-23.07 May 18, 2023 20:15
@marcinz marcinz changed the base branch from branch-23.07 to branch-23.09 July 18, 2023 15:40
@marcinz marcinz changed the base branch from branch-23.09 to branch-23.11 September 26, 2023 00:24
@marcinz marcinz changed the base branch from branch-23.11 to branch-24.01 November 9, 2023 16:53
@marcinz marcinz changed the base branch from branch-24.01 to branch-24.03 February 22, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:improvement PR introduces an improvement and will be classified as such in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants