| /petsc/src/binding/petsc4py/test/ |
| H A D | test_device.py | 13 device = dctx.getDevice() 18 device = dctx.getDevice()
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | device.cxx | 120 PETSC_DEVICE_CASE_IF_PETSC_DEFINED(HOST, getDevice, *device, devid); in PetscDeviceCreate() 121 PETSC_DEVICE_CASE_IF_PETSC_DEFINED(CUDA, getDevice, *device, devid); in PetscDeviceCreate() 122 PETSC_DEVICE_CASE_IF_PETSC_DEFINED(HIP, getDevice, *device, devid); in PetscDeviceCreate() 123 PETSC_DEVICE_CASE_IF_PETSC_DEFINED(SYCL, getDevice, *device, devid); in PetscDeviceCreate()
|
| /petsc/src/sys/objects/device/tests/output/ |
| H A D | ex12_device_enable-eager_hip_env_set_empty_device_enable_hip-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-eager_cuda_env_set_device_enable_cuda-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-lazy_hip_env_set_empty_device_enable_hip-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-lazy_hip_no_env_device_enable_hip-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-eager_hip_env_set_device_enable_hip-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-eager_hip_no_env_device_enable_hip-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-eager_cuda_env_set_empty_device_enable_cuda-lazy.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-eager_cuda_env_set_empty_device_enable_cuda-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-lazy_cuda_env_set_empty_device_enable_cuda-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-lazy_hip_env_set_device_enable_hip-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-eager_cuda_no_env_device_enable_cuda-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-lazy_cuda_env_set_device_enable_cuda-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-lazy_cuda_no_env_device_enable_cuda-none.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| H A D | ex12_device_enable-lazy_cuda_env_set_empty_device_enable_cuda-lazy.out | 14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | impldevicebase.hpp | 37 PetscErrorCode getDevice(PetscDevice, PetscInt) noexcept; 94 inline PetscErrorCode DeviceBase<D>::getDevice(PetscDevice device, PetscInt id) noexcept in getDevice() function in Petsc::device::impl::DeviceBase
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Device.pyx | 302 def getDevice(self) -> Device: member in DeviceContext 329 getDevice, device, Device, petsc.PetscDeviceContextSetDevice 569 return self.getDevice()
|