## Goal Read GPU memory clock speed. ## Current State We can read GPU core clock but not memory clock. ## Implementation - NVML: nvmlDeviceGetClockInfo(NVML_CLOCK_MEM) - Already implemented, need to verify it works ## Use Case GPU performance monitoring
Goal
Read GPU memory clock speed.
Current State
We can read GPU core clock but not memory clock.
Implementation
Use Case
GPU performance monitoring