Home
last modified time | relevance | path

Searched refs:ConjugateDotTag (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx283 struct ConjugateDotTag { }; struct
316 KOKKOS_INLINE_FUNCTION void operator()(ConjugateDotTag, const size_type i, value_type sum) const in operator ()()
326 …KOKKOS_INLINE_FUNCTION void join(ConjugateDotTag, value_type dst, const value_type src) const { jo… in join()
329 KOKKOS_INLINE_FUNCTION void init(ConjugateDotTag, value_type sum) const { init(sum); } in init()
512 PetscCall(VecMultiDot_Private<ConjugateDotTag>(xin, nv, yin, z)); in VecMDot_SeqKokkos()