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

Option for utilizing GPU global memory #1405

Merged
merged 4 commits into from Oct 21, 2023
Merged

Conversation

alexnick83
Copy link
Contributor

A standard workflow when transforming GPUs for GPU execution involves changing the storage of non-transient data to GPU global memory so that they are read/written directly from/to the device. Due to changes to SDFG validation, this workflow frequently fails because changing the storage (temporarily) invalidates reads and writes in InterstateEdges. This PR addresses the issue in the case of auto-optimization by adding an option to change the storage just before applying GPUTransformation.

@alexnick83 alexnick83 added the enhancement New feature or request label Oct 20, 2023
@alexnick83 alexnick83 enabled auto-merge (squash) October 20, 2023 15:34
Copy link
Collaborator

@phschaad phschaad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alexnick83 alexnick83 merged commit 6691322 into master Oct 21, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants