Searched refs:PetscDeviceCalloc (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex7.c | 67 PetscCall(PetscDeviceCalloc(dctx, mtype, n, &ptr)); in TestAllocate() 138 PetscCall(PetscDeviceCalloc(dctx, PETSC_MEMTYPE_DEVICE, n, &ptr)); in TestAsyncCoherence()
|
| /petsc/include/ |
| H A D | petscdevice.h | 178 #define PetscDeviceCalloc(dctx, mtype, n, ptr) PetscDeviceAllocate_Private((dctx), PETSC_TRUE, (mty… macro
|
| /petsc/doc/changes/ |
| H A D | 318.md | 111 - Add `PetscDeviceCalloc()`
|