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
The library needs orphaned openmp statements for threading purposes.
I suggest we use OMP tasks for the majority of the uses. In certain cases this may be overkill, but for sparse patterns this is probably the best choice due to load-balance issues arising from unequal number of elements per row/column.
The text was updated successfully, but these errors were encountered:
The library needs orphaned openmp statements for threading purposes.
I suggest we use OMP tasks for the majority of the uses. In certain cases this may be overkill, but for sparse patterns this is probably the best choice due to load-balance issues arising from unequal number of elements per row/column.
The text was updated successfully, but these errors were encountered: