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
Around minute 42:00, it seems that the code on the slide calls omp_get_num_threads() before starting the omp parallel block. Wouldn't that return just 1-thread?