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
Fix in PR #329. btw @finkandreas GitHub lets you submit a PR with just a few clicks -- you can edit the file in the browser -- so please feel free to submit a fix for issues like this if you like :-)
In the file
src/impl/tpls/KokkosBlas1_axpby_tpl_spec_decl.hpp
the function axpy is declared asbut it should be:
The second last argument is an output argument, so it shall not be const. This applies also to the other axpy functions.
The text was updated successfully, but these errors were encountered: