Searched refs:MAXPYAsync (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm.hpp | 103 …static PetscErrorCode MAXPYAsync(Vec, PetscInt, const PetscScalar[], Vec *, PetscDeviceContext) no…
|
| H A D | vecseqcupm_impl.hpp | 99 …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()
|