Searched refs:PetscDeviceGetDeviceId (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/sys/objects/kokkos/ |
| H A D | kinit.kokkos.cxx | 50 PetscCall(PetscDeviceGetDeviceId(device, &deviceId)); in PetscKokkosInitializeCheck()
|
| /petsc/include/ |
| H A D | petscdevice.h | 41 PETSC_EXTERN PetscErrorCode PetscDeviceGetDeviceId(PetscDevice, PetscInt *);
|
| /petsc/src/sys/objects/device/impls/sycl/ |
| H A D | syclcontext.sycl.cxx | 78 PetscCall(PetscDeviceGetDeviceId(dev, &id)); in setUp()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdevice.pxi | 40 PetscErrorCode PetscDeviceGetDeviceId(PetscDevice, PetscInt *)
|
| H A D | Device.pyx | 187 create, petsc.PetscDeviceGetDeviceId 192 CHKERR(PetscDeviceGetDeviceId(self.device, &cdevice_id))
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | device.cxx | 243 PetscCall(PetscDeviceGetDeviceId(device, &id)); in PetscDeviceView() 309 PetscErrorCode PetscDeviceGetDeviceId(PetscDevice device, PetscInt *id) in PetscDeviceGetDeviceId() function
|
| H A D | dcontext.cxx | 881 PetscCall(PetscDeviceGetDeviceId(device, &devid)); in PetscDeviceContextGetNullContextForDevice_Private()
|
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 43 PetscErrorCode PetscDeviceGetDeviceId(PETSC_UNUSED PetscDevice device, PetscInt *id) in PetscDeviceGetDeviceId() function
|
| /petsc/src/binding/petsc4py/src/lib-petsc/ |
| H A D | custom.h | 157 PetscCall(PetscDeviceGetDeviceId(device,id)); in PetscObjectGetDeviceId()
|