Searched refs:SetAsync (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm.hpp | 107 static PetscErrorCode SetAsync(Vec, PetscScalar, PetscDeviceContext) noexcept;
|
| H A D | vecseqcupm_impl.hpp | 107 …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()
|