Skip to content

Commit

Permalink
Attempt to fix cuda CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Oct 24, 2023
1 parent 8f45d42 commit e771949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blas/impl/KokkosBlas2_gemv_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ struct TwoLevelTransposeGEMV {
// Two-level parallel version of GEMV.
template <class ExecutionSpace, class AViewType, class XViewType,
class YViewType, class IndexType = typename AViewType::size_type>
void twoLevelGemv(ExecutionSpace& space, const char trans[],
void twoLevelGemv(const ExecutionSpace& space, const char trans[],
typename AViewType::const_value_type& alpha,
const AViewType& A, const XViewType& x,
typename YViewType::const_value_type& beta,
Expand Down

0 comments on commit e771949

Please sign in to comment.