Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp99 static PetscErrorCode LogAsync(Vec, PetscDeviceContext) noexcept;
H A Dvecseqcupm_impl.hpp98 …all(PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Log), VecSeq_CUPM<T>::LogAsync)); in InitializeAsyncFunctions()
786 inline PetscErrorCode VecSeq_CUPM<T>::LogAsync(Vec xin, PetscDeviceContext dctx) noexcept in LogAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM
798 PetscCall(LogAsync(xin, nullptr)); in Log()