Skip to content

GPU lowering can now support nested scf.parallel operations with other operations between them. #103

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

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

pthomadakis
Copy link
Collaborator

GPU lowering can now support nested scf.parallel operations with other operations between them.

When it is safe, the operations of the parent scf.parallel loop will be moved to the child and a single scf.parallel loop will be generated that iterates both iteration spaces.

…r operations between them.

When it is safe, the operations of the parent scf.parallel loop will be moved to the child and a single scf.parallel loop will be generated that iterates both iteration spaces.
@pthomadakis pthomadakis merged commit 3feccf9 into dev-new Apr 16, 2025
3 checks passed
@pthomadakis pthomadakis deleted the enhance-gpu-support branch April 16, 2025 23:44
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