fbcotter / py3nvml

Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video_clock tag missing

leinardi opened this issue · comments

Another tag missing is the video_clock:

		<clocks>
			<graphics_clock>300 MHz</graphics_clock>
			<sm_clock>300 MHz</sm_clock>
			<mem_clock>405 MHz</mem_clock>
			<video_clock>540 MHz</video_clock>
		</clocks>
		<max_clocks>
			<graphics_clock>2175 MHz</graphics_clock>
			<sm_clock>2175 MHz</sm_clock>
			<mem_clock>7000 MHz</mem_clock>
			<video_clock>1950 MHz</video_clock>
		</max_clocks>

Again, I'm not sure what you mean by it's missing. I can only query info available from the nvml drivers themselves. The clock function py3nvml calls is defined here and the supported clock types are listed here.

Closed as similar to #7.