Add RSMI ref manual to packages

Also,
* remove extraneous test files
* fix Doxygen docs. issues
* fix whitespace issues

Change-Id: I9b58b0d68bd125a34f4fe0dc84d609c7b0b6e30e
This commit is contained in:
Chris Freehill
2020-05-17 20:56:02 -05:00
parent c7d349183a
commit 8ced9c986a
4 changed files with 44 additions and 44 deletions
-20
View File
@@ -1,20 +0,0 @@
#!/bin/bash
# these are required:
ROCM_DIR=/home/cfreehil/github/rocm_smi_lib/build
#ROCM_DIR=/opt/rocm
mkdir -p build
cd build
cmake -DROCRTST_BLD_TYPE=$ROCRTST_BLD_TYPE \
-DROCM_DIR=$ROCM_DIR \
-DROCRTST_BLD_TYPE="Debug" \
..
echo "Executing \"make\"..."
make
cd ..