2018-09-16 00:17:05 -05:00
2018-09-16 00:13:29 -05:00
2018-09-16 00:13:29 -05:00
2018-09-16 00:13:29 -05:00
2018-09-16 00:13:29 -05:00
2018-09-16 00:13:29 -05:00
2018-09-16 00:13:29 -05:00
2018-09-16 00:13:29 -05:00
2018-09-16 00:13:29 -05:00

rocm_smi_lib

C++ Library interface for ROCm-SMI to allow you to monitor/trace GPU system atributes

  • GPU Clocks
  • Memory Clocks
  • GPU Temperature
  • GPU Fan Speed - If you have active cooled device with a fan.

Example application is logging performance data like Kerenl execution time vs GPU Temprature, GPU and Memory Clocks

To build library and example:

mkdir -p build

cd build

cmake ..

make

cd ..

The above commands will result in building the library librocm_smi.so and an example, rocm_smi_ex, which links with this library.

S
Описание
No description provided
Readme 282 MiB
Languages
C++ 67.5%
C 20.6%
Python 6.6%
CMake 3.4%
Shell 0.6%
Разное 1.1%