Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupminterface.cxx93 PETSC_CUPM_DEFINE_STATIC_VARIABLE_VIA_EXACT_TYPENAME(int, cupmHostAllocDefault);
/petsc/include/petsc/private/
H A Dcupminterface.hpp188 static const auto cupmHostAllocDefault = cudaHostAllocDefault; member
333 static const auto cupmHostAllocDefault = hipHostMallocDefault; member
476 using ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmHostAllocDefault; \
662 …ode PetscCUPMMallocHost(M **ptr, std::size_t n, unsigned int flags = cupmHostAllocDefault) noexcept in PetscCUPMMallocHost()