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

[ACC] Handle acc device subroutines/functions #9

Open
1 task
domcharrier opened this issue May 6, 2021 · 2 comments
Open
1 task

[ACC] Handle acc device subroutines/functions #9

domcharrier opened this issue May 6, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@domcharrier
Copy link
Collaborator

domcharrier commented May 6, 2021

  • Support acc routine
@domcharrier domcharrier self-assigned this May 6, 2021
@domcharrier domcharrier added the enhancement New feature or request label May 6, 2021
@domcharrier domcharrier changed the title [CUF][ACC] Handle device subroutines/functions [ACC] Handle acc device subroutines/functions May 6, 2021
@domcharrier
Copy link
Collaborator Author

domcharrier commented May 12, 2021

@sael9740 Hey Samm, what parallelism levels does your code require
(gang/worker/vector/seq)?
Seq is quite easy to do. The others will require interprocedural analysis.

@sael9740
Copy link

The vast majority of the code only uses !$acc routine seq. I wouldn't prioritize implementing the routine directive for gang/worker/vector at this point.

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

No branches or pull requests

2 participants