Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dveccupmimpl.h135 static PetscErrorCode DeviceAllocateCheck_(PetscDeviceContext, Vec) noexcept;
392 inline PetscErrorCode Vec_CUPMBase<T, D>::DeviceAllocateCheck_(PetscDeviceContext dctx, Vec v) noex… in DeviceAllocateCheck_() function
417 PetscCall(DeviceAllocateCheck_(dctx, v)); in CopyToDevice_()
591 PetscCall((hostmem ? HostAllocateCheck_ : DeviceAllocateCheck_)(dctx, v)); in GetArray()
911 PetscCall(DeviceAllocateCheck_(dctx, v)); in Initialize_CUPMBase()
1062 PetscCall(DeviceAllocateCheck_(dctx, v)); in GetArrays_CUPMBase()
1180 using name::DeviceAllocateCheck_; \
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp398 PetscCall(DeviceAllocateCheck_(dctx, w)); in GetLocalVector()