Files
rocm-systems/projects/rocm-smi-lib/README.md
T
Chris Freehill 1a7ef1a6dd first commit
[ROCm/rocm_smi_lib commit: e948ee5e00]
2017-10-30 12:12:40 -05:00

225 B

rocm_smi_lib

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.