Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp107 static PetscErrorCode SetAsync(Vec, PetscScalar, PetscDeviceContext) noexcept;
H A Dvecseqcupm_impl.hpp107 …all(PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Set), VecSeq_CUPM<T>::SetAsync)); in InitializeAsyncFunctions()
1325 inline PetscErrorCode VecSeq_CUPM<T>::SetAsync(Vec xin, PetscScalar alpha, PetscDeviceContext dctx)… in SetAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM
1353 PetscCall(SetAsync(xin, alpha, nullptr)); in Set()
1365 PetscCall(SetAsync(xin, alpha, dctx)); in ScaleAsync()