Home
last modified time | relevance | path

Searched defs:id_ (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp44 id_type id_ = new_id_(); member in Petsc::device::cupm::CUPMStream
H A Dcupmdevice.cxx23 const int id_; member in Petsc::device::cupm::Device::DeviceInternal
/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.sycl.cxx28 const int id_; // -1 for the host device; 0 and up for gpu devices member in Petsc::device::sycl::Device::DeviceInternal
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx66 inline constexpr PointerAttributes::PointerAttributes(PetscMemType mtype_, PetscObjectId id_, std::… in PointerAttributes()