Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/nvshmem/
H A Dsfnvshmem.cu678 PetscCall(PetscNvshmemFree(link->leafbuf_alloc[PETSCSF_REMOTE][PETSC_MEMTYPE_DEVICE])); in PetscSFLinkDestroy_NVSHMEM()
679 PetscCall(PetscNvshmemFree(link->leafSendSig)); in PetscSFLinkDestroy_NVSHMEM()
680 PetscCall(PetscNvshmemFree(link->leafRecvSig)); in PetscSFLinkDestroy_NVSHMEM()
681 PetscCall(PetscNvshmemFree(link->rootbuf_alloc[PETSCSF_REMOTE][PETSC_MEMTYPE_DEVICE])); in PetscSFLinkDestroy_NVSHMEM()
682 PetscCall(PetscNvshmemFree(link->rootSendSig)); in PetscSFLinkDestroy_NVSHMEM()
683 PetscCall(PetscNvshmemFree(link->rootRecvSig)); in PetscSFLinkDestroy_NVSHMEM()
/petsc/include/petsc/private/
H A Dveccupmimpl.h11 …#define PetscNvshmemFree(ptr) ((PetscErrorCode)((ptr) && (PetscNvshmemFree_Private(ptr) || ((ptr) … macro
16 #define PetscNvshmemFree(ptr) PETSC_SUCCESS macro
303 PetscCall(PetscNvshmemFree(device_array)); in ResetAllocatedDevicePtr_()