Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp114 static PetscErrorCode SwapAsync(Vec, Vec, PetscDeviceContext) noexcept;
H A Dvecseqcupm_impl.hpp110 …l(PetscObjectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Swap), VecSeq_CUPM<T>::SwapAsync)); in InitializeAsyncFunctions()
1506 inline PetscErrorCode VecSeq_CUPM<T>::SwapAsync(Vec xin, Vec yin, PetscDeviceContext dctx) noexcept in SwapAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM
1535 PetscCall(SwapAsync(xin, yin, nullptr)); in Swap()