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
Our implementation of dense mat-vec (gemv) uses a range policy (single level of parallelism) on all execution spaces. It should be using a TeamPolicy since it's trivial to parallelize the sums within each row.
The text was updated successfully, but these errors were encountered:
Our implementation of dense mat-vec (gemv) uses a range policy (single level of parallelism) on all execution spaces. It should be using a TeamPolicy since it's trivial to parallelize the sums within each row.
The text was updated successfully, but these errors were encountered: