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
Managed memory is not an OpenMP concept, unlike unified memory, so unsure if including it. Managed memory just tells the compiler to do allocations differently, but do OpenMP it is the same as managed memory ( no #pragma omp requires managed_memory in the standard )
Pinned memory is currently covered on the advance topics lesson.
Might be a good fit for #24 or #20 .
The text was updated successfully, but these errors were encountered: