gpufort
gpufort copied to clipboard
[ACC] Handle acc device subroutines/functions
- [ ] Support acc routine
@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.
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.