Home
last modified time | relevance | path

Searched refs:cupmSuccess (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dcupminterface.hpp43 …__abort_fn__(cerr_p_ == cupmSuccess, __comm__, PETSC_ERR_GPU, "%s error %d (%s) : %s", cupmName(),…
164 static const auto cupmSuccess = cudaSuccess; member
220 return cupmSuccess; in PETSC_CUPM_ALIAS_FUNCTION()
223 …_t cupmMemPoolSetAttribute(cupmMemPool_t, cupmMemPoolAttr, void *) noexcept { return cupmSuccess; }
311 static const auto cupmSuccess = hipSuccess; member
365 return cupmSuccess; in PETSC_CUPM_ALIAS_FUNCTION()
368 …_t cupmMemPoolSetAttribute(cupmMemPool_t, cupmMemPoolAttr, void *) noexcept { return cupmSuccess; }
458 using ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmSuccess; \
593 if (managed) *managed = static_cast<PetscBool>((cerr == cupmSuccess) && attr.isManaged); in PetscCUPMGetMemType()
599 …if (type) *type = ((cerr == cupmSuccess) && (mtype == cupmMemoryTypeDevice)) ? PETSC_MEMTYPE_CUPM(… in PetscCUPMGetMemType()
[all …]
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupminterface.cxx52 PETSC_CUPM_DEFINE_STATIC_VARIABLE_VIA_CLASS_TYPENAME(cupmError_t, cupmSuccess);
H A Dcupmcontext.hpp329 case cupmSuccess: in query()
542 if (cerr == cupmSuccess) { in memCopy()