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

Scalar reduction stores can be uninitialized #133

Closed
magnatelee opened this issue Jan 27, 2022 · 1 comment
Closed

Scalar reduction stores can be uninitialized #133

magnatelee opened this issue Jan 27, 2022 · 1 comment
Assignees

Comments

@magnatelee
Copy link
Contributor

The semantics of reduction stores admits partial updates, including the "uninitialized" case where the task didn't touch the store at all. However, as reported by this comment, the current implementation requires an accessor be created to make that case work. This shouldn't be a requirement and the postamble should be able to handle this automatically for reduction stores. Note that the same isn't true for write stores, as they must receive updates from the task and reporting the uninitialized case early is actually useful.

@magnatelee magnatelee self-assigned this Jan 27, 2022
@magnatelee
Copy link
Contributor Author

Closed by #155.

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

No branches or pull requests

1 participant