Home
last modified time | relevance | path

Searched refs:get_attribute_ (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/objects/device/impls/host/
H A Dhostdevice.hpp23 static PetscErrorCode get_attribute_(PetscInt, PetscDeviceAttribute, void *) noexcept;
H A Dhostdevice.cxx26 PetscErrorCode Device::get_attribute_(PetscInt, PetscDeviceAttribute attr, void *value) noexcept in get_attribute_() function in Petsc::device::host::Device
/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.hpp47 static PetscErrorCode get_attribute_(PetscInt, PetscDeviceAttribute, void *) noexcept;
H A Dsycldevice.sycl.cxx210 PetscErrorCode Device::get_attribute_(PetscInt id, PetscDeviceAttribute attr, void *value) noexcept in get_attribute_() function in Petsc::device::sycl::Device
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.hpp54 static PetscErrorCode get_attribute_(PetscInt, PetscDeviceAttribute, void *) noexcept;
H A Dcupmdevice.cxx348 PetscErrorCode Device<T>::get_attribute_(PetscInt id, PetscDeviceAttribute attr, void *value) noexc… in get_attribute_() function in Petsc::device::cupm::Device
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp126 PetscCall(derived_type::get_attribute_(device->deviceId, attr, value)); in getAttribute()