Home
last modified time | relevance | path

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

/petsc/src/sys/objects/kokkos/
H A Dkinit.kokkos.cxx50 PetscCall(PetscDeviceGetDeviceId(device, &deviceId)); in PetscKokkosInitializeCheck()
/petsc/include/
H A Dpetscdevice.h41 PETSC_EXTERN PetscErrorCode PetscDeviceGetDeviceId(PetscDevice, PetscInt *);
/petsc/src/sys/objects/device/impls/sycl/
H A Dsyclcontext.sycl.cxx78 PetscCall(PetscDeviceGetDeviceId(dev, &id)); in setUp()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdevice.pxi40 PetscErrorCode PetscDeviceGetDeviceId(PetscDevice, PetscInt *)
H A DDevice.pyx187 create, petsc.PetscDeviceGetDeviceId
192 CHKERR(PetscDeviceGetDeviceId(self.device, &cdevice_id))
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx243 PetscCall(PetscDeviceGetDeviceId(device, &id)); in PetscDeviceView()
309 PetscErrorCode PetscDeviceGetDeviceId(PetscDevice device, PetscInt *id) in PetscDeviceGetDeviceId() function
H A Ddcontext.cxx881 PetscCall(PetscDeviceGetDeviceId(device, &devid)); in PetscDeviceContextGetNullContextForDevice_Private()
/petsc/src/sys/objects/device/c/
H A Ddevice.c43 PetscErrorCode PetscDeviceGetDeviceId(PETSC_UNUSED PetscDevice device, PetscInt *id) in PetscDeviceGetDeviceId() function
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h157 PetscCall(PetscDeviceGetDeviceId(device,id)); in PetscObjectGetDeviceId()