Searched defs:id_ (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/objects/device/impls/cupm/ | ||
| H A D | cupmstream.hpp | 44 id_type id_ = new_id_(); member in Petsc::device::cupm::CUPMStream |
| H A D | cupmdevice.cxx | 23 const int id_; member in Petsc::device::cupm::Device::DeviceInternal |
| /petsc/src/sys/objects/device/impls/sycl/ | ||
| H A D | sycldevice.sycl.cxx | 28 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 D | memory.cxx | 66 inline constexpr PointerAttributes::PointerAttributes(PetscMemType mtype_, PetscObjectId id_, std::… in PointerAttributes() |