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
There are couple of todos in src/sparse/impl/KokkosSparse_gauss_seidel_impl.hpp file related to vector dot product.
Around lines - 332, 343 and 456 there are 3 parallel reduces that does dot product using vector lanes.
These should be replaced with vector dot products when implemented.
The text was updated successfully, but these errors were encountered:
There are couple of todos in src/sparse/impl/KokkosSparse_gauss_seidel_impl.hpp file related to vector dot product.
Around lines - 332, 343 and 456 there are 3 parallel reduces that does dot product using vector lanes.
These should be replaced with vector dot products when implemented.
The text was updated successfully, but these errors were encountered: