2
0

Fixing Readme & File structure & Typos

Change-Id: I354b4e0e0448c3e8555d0b766b2c410c8049c2ff


[ROCm/rocprofiler commit: f308e36798]
Este cometimento está contido em:
Ammar ELWazir
2023-05-31 15:41:49 +00:00
cometido por Ammar Elwazir
ascendente a305118408
cometimento f033633c04
12 ficheiros modificados com 170 adições e 450 eliminações
+2 -2
Ver ficheiro
@@ -68,7 +68,7 @@ while [ 1 ] ; do
elif [[ "$1" = "-t" || "$1" = "--test" ]] ; then
if [ $RUN_FROM_BUILD == 1 ]; then
export ROCPROFILER_METRICS_PATH=$ROCM_DIR/build/counters/derived_counters.xml
TO_CLEAN=no $ROCM_DIR/build.sh
RUN_TEST=yes TO_CLEAN=no $ROCM_DIR/build.sh
if [ "$CURRENT_DIR/build" -ef "./build" ] ; then
./run_tests.sh
else
@@ -98,7 +98,7 @@ while [ 1 ] ; do
if [ $RUN_FROM_BUILD == 1 ]; then
TO_CLEAN=no $ROCM_DIR/build.sh
pushd build
make install
make -j install
exit 1
fi
elif [[ "$1" = "--clean-install" ]] ; then