Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex5.c16 PetscCall(PetscDeviceGetAttribute(device, PETSC_DEVICE_ATTR_SIZE_T_SHARED_MEM_PER_BLOCK, &shmem)); in main()
/petsc/src/sys/objects/device/c/
H A Ddevice.c286 PetscErrorCode PetscDeviceGetAttribute(PETSC_UNUSED PetscDevice device, PETSC_UNUSED PetscDeviceAtt… in PetscDeviceGetAttribute() function
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx490 PetscErrorCode PetscDeviceGetAttribute(PetscDevice device, PetscDeviceAttribute attr, void *value) in PetscDeviceGetAttribute() function
/petsc/include/petsc/private/
H A Ddeviceimpl.h410 PETSC_EXTERN PetscErrorCode PetscDeviceGetAttribute(PetscDevice, PetscDeviceAttribute, void *);
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx581 …PetscCall(PetscDeviceGetAttribute(device, PETSC_DEVICE_ATTR_SIZE_T_SHARED_MEM_PER_BLOCK, &maximum_… in LandauKokkosJacobian()
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx609 …PetscCall(PetscDeviceGetAttribute(device, PETSC_DEVICE_ATTR_SIZE_T_SHARED_MEM_PER_BLOCK, &maximum_… in PCApply_BJKOKKOS()