Searched refs:DeviceAllocateCheck_ (Results 1 – 2 of 2) sorted by relevance
135 static PetscErrorCode DeviceAllocateCheck_(PetscDeviceContext, Vec) noexcept;392 inline PetscErrorCode Vec_CUPMBase<T, D>::DeviceAllocateCheck_(PetscDeviceContext dctx, Vec v) noex… in DeviceAllocateCheck_() function417 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_; \
398 PetscCall(DeviceAllocateCheck_(dctx, w)); in GetLocalVector()