Home
last modified time | relevance | path

Searched refs:cupmDevAttrMemoryClockRate (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupminterface.cxx98 PETSC_CUPM_DEFINE_STATIC_VARIABLE_VIA_CLASS_TYPENAME(cupmDeviceAttr_t, cupmDevAttrMemoryClockRate);
H A Dcupmdevice.cxx125 PetscCallCUPM(cupmDeviceGetAttribute(&memclock, cupmDevAttrMemoryClockRate, id_)); in view()
/petsc/include/petsc/private/
H A Dcupminterface.hpp197 static const auto cupmDevAttrMemoryClockRate = cudaDevAttrMemoryClockRate; member
342 static const auto cupmDevAttrMemoryClockRate = hipDeviceAttributeMemoryClockRate; member
480 using ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmDevAttrMemoryClockRate; \