Searched refs:PetscDeviceGetAttribute (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex5.c | 16 PetscCall(PetscDeviceGetAttribute(device, PETSC_DEVICE_ATTR_SIZE_T_SHARED_MEM_PER_BLOCK, &shmem)); in main()
|
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 286 PetscErrorCode PetscDeviceGetAttribute(PETSC_UNUSED PetscDevice device, PETSC_UNUSED PetscDeviceAtt… in PetscDeviceGetAttribute() function
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | device.cxx | 490 PetscErrorCode PetscDeviceGetAttribute(PetscDevice device, PetscDeviceAttribute attr, void *value) in PetscDeviceGetAttribute() function
|
| /petsc/include/petsc/private/ |
| H A D | deviceimpl.h | 410 PETSC_EXTERN PetscErrorCode PetscDeviceGetAttribute(PetscDevice, PetscDeviceAttribute, void *);
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 581 …PetscCall(PetscDeviceGetAttribute(device, PETSC_DEVICE_ATTR_SIZE_T_SHARED_MEM_PER_BLOCK, &maximum_… in LandauKokkosJacobian()
|
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 609 …PetscCall(PetscDeviceGetAttribute(device, PETSC_DEVICE_ATTR_SIZE_T_SHARED_MEM_PER_BLOCK, &maximum_… in PCApply_BJKOKKOS()
|