df6210e38932cea8e85c7f0df3371ea36c3b50e6
rocm_smi_lib
C++ Library interface for ROCm-SMI to allow you to monitor/trace GPU system atributes
- GPU Clocks
- Memory Clocks
- Temperature
- Fan Speed
Example application is logging this with performance data to track kerenl execution time with 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.
Descrição
Linguagens
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Outros
1.1%