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:
@@ -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 ..
|
||||
Reference in New Issue
Block a user