fixing rocminfo path requirements error - no usage printing
Change-Id: Ib48d6c81e1771976e67562fc34e158e30a532d34
[ROCm/rocprofiler commit: a7179a1c5c]
이 커밋은 다음에 포함됨:
@@ -202,7 +202,7 @@ usage() {
|
||||
|
||||
# checking for availability of rocminfo utility
|
||||
`which rocminfo >/dev/null 2>&1`
|
||||
if [ $? != 0 ]; then fatal "'rocminfo' utility is not found: please add ROCM bin path to PATH env var."; fi
|
||||
if [ $? != 0 ]; then error "'rocminfo' utility is not found: please add ROCM bin path to PATH env var."; fi
|
||||
|
||||
# profiling run method
|
||||
OUTPUT_LIST=""
|
||||
|
||||
새 이슈에서 참조
사용자 차단