Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dveccupmimpl.h147 PetscBool nvshmem; // is array allocated in nvshmem? It is used to allocate member
302 if (PetscDefined(HAVE_NVSHMEM) && VecCUPMCast(v)->nvshmem) { in ResetAllocatedDevicePtr_()
673 …if (mtype) *mtype = (PetscDefined(HAVE_NVSHMEM) && VecCUPMCast(v)->nvshmem) ? PETSC_MEMTYPE_NVSHME… in GetArrayAndMemtype()