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
We're allocating whole cores for threads, and we tell OpenMP how many threads to use, but we don't tell OpenMP to bind those threads to cores by setting OMP_PLACES. We should investigate whether that's necessary and if so do it.
We're allocating whole cores for threads, and we tell OpenMP how many threads to use, but we don't tell OpenMP to bind those threads to cores by setting
OMP_PLACES. We should investigate whether that's necessary and if so do it.