first commit

This commit is contained in:
Chris Freehill
2017-10-30 12:12:40 -05:00
commit e948ee5e00
11 changed files with 1151 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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.