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
I'm currently putting together an Introduction to OpenMP Offload slide deck using the new EPCC presentation template.
Slides are based on the L08-offload presentation from the Advanced OpenMP course. Have converted the first 8 slides, another 14 to go.
After this will integrate material from Ludovic Capelli's summer school slides.
Base material at
OpenMPTargetOffload.ppt
andIHPCSS___Introduction_to_OpenMP___GPUs.pdf
#pragma omp target
: run on the gpu#pragma omp teams
: spread across blocks , num_teams clause , num_threads clause# pragma omp parallel for
#pragma omp declare
: run an external functioncollapse
: for nested parallelismThe text was updated successfully, but these errors were encountered: