You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered: