gpufort icon indicating copy to clipboard operation
gpufort copied to clipboard

[ACC] Handle acc device subroutines/functions

Open domcharrier opened this issue 3 years ago • 2 comments

  • [ ] Support acc routine

domcharrier avatar May 06 '21 11:05 domcharrier

@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.

domcharrier avatar May 12 '21 12:05 domcharrier

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.

sael9740 avatar May 12 '21 19:05 sael9740