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

Introduce iteration space dependency analysis [DO NOT MERGE YET] #87

Closed
wants to merge 5 commits into from

Conversation

clementval
Copy link
Collaborator

Currently, the loops inside a parallelized subroutine are safely annotated with an !$acc loop seq directive in order to ensure a correct result. Some of those loops, have no dependency and could be parallelized some more. The DependenceAnalysis introduces some basic dependency analysis ability to decide which directive should be generated.

See issue: #83

@clementval clementval closed this Dec 20, 2016
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