Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.cxx123 int clock, memclock; in view() local
125 PetscCallCUPM(cupmDeviceGetAttribute(&memclock, cupmDevAttrMemoryClockRate, id_)); in view()
142 PetscCall(PetscViewerASCIIPrintf(sviewer, "Memory Clock Rate (kHz): %d\n", memclock)); in view()
144 …PetscCall(PetscViewerASCIIPrintf(sviewer, "Peak Memory Bandwidth (GB/s): %f\n", 2.0 * memclock * (… in view()