Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp103 …static PetscErrorCode MAXPYAsync(Vec, PetscInt, const PetscScalar[], Vec *, PetscDeviceContext) no…
H A Dvecseqcupm_impl.hpp99 …PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(MAXPY), VecSeq_CUPM<T>::MAXPYAsync)); in InitializeAsyncFunctions()
934 inline PetscErrorCode VecSeq_CUPM<T>::MAXPYAsync(Vec xin, PetscInt nv, const PetscScalar *alpha, Ve… in MAXPYAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM
1000 PetscCall(MAXPYAsync(xin, nv, alpha, yin, nullptr)); in MAXPY()