Home
last modified time | relevance | path

Searched refs:getDevice (Results 1 – 18 of 18) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_device.py13 device = dctx.getDevice()
18 device = dctx.getDevice()
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx120 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 Dex12_device_enable-eager_hip_env_set_empty_device_enable_hip-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-eager_cuda_env_set_device_enable_cuda-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-lazy_hip_env_set_empty_device_enable_hip-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-lazy_hip_no_env_device_enable_hip-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-eager_hip_env_set_device_enable_hip-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-eager_hip_no_env_device_enable_hip-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-eager_cuda_env_set_empty_device_enable_cuda-lazy.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-eager_cuda_env_set_empty_device_enable_cuda-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-lazy_cuda_env_set_empty_device_enable_cuda-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-lazy_hip_env_set_device_enable_hip-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-eager_cuda_no_env_device_enable_cuda-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-lazy_cuda_env_set_device_enable_cuda-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-lazy_cuda_no_env_device_enable_cuda-none.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
H A Dex12_device_enable-lazy_cuda_env_set_empty_device_enable_cuda-lazy.out14 [0]PETSC ERROR: #2 getDevice() at impldevicebase.hpp:0
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp37 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 DDevice.pyx302 def getDevice(self) -> Device: member in DeviceContext
329 getDevice, device, Device, petsc.PetscDeviceContextSetDevice
569 return self.getDevice()