Searched refs:TransposeDotTag (Results 1 – 1 of 1) sorted by relevance
282 struct TransposeDotTag { }; struct310 KOKKOS_INLINE_FUNCTION void operator()(TransposeDotTag, const size_type i, value_type sum) const in operator ()()325 …KOKKOS_INLINE_FUNCTION void join(TransposeDotTag, value_type dst, const value_type src) const { jo… in join()328 KOKKOS_INLINE_FUNCTION void init(TransposeDotTag, value_type sum) const { init(sum); } in init()524 PetscCall(VecMultiDot_Private<TransposeDotTag>(xin, nv, yin, z)); in VecMTDot_SeqKokkos()