Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/ !
H A Dvecseqcupm.hpp97 static PetscErrorCode ExpAsync(Vec, PetscDeviceContext) noexcept;
H A Dvecseqcupm_impl.hpp97 …all(PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Exp), VecSeq_CUPM<T>::ExpAsync)); in InitializeAsyncFunctions()
759 inline PetscErrorCode VecSeq_CUPM<T>::ExpAsync(Vec xin, PetscDeviceContext dctx) noexcept in ExpAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM
771 PetscCall(ExpAsync(xin, nullptr)); in Exp()