Fixing rocprofv2 script
Change-Id: I96ee69e284eb51dc1fbd23682d3d88699a298dae
This commit is contained in:
committed by
Ammar Elwazir
parent
256875a69f
commit
ac6a76d718
+1
-1
@@ -173,7 +173,7 @@ while [ 1 ] ; do
|
||||
elif [ "$1" = "--hsa-api" ] ; then
|
||||
export ROCPROFILER_HSA_API_TRACE=1
|
||||
shift
|
||||
elif [[ "$1" = "--hsa-activity" || "$1" = "--hip-trace" ]] ; then
|
||||
elif [[ "$1" = "--hsa-activity" || "$1" = "--hsa-trace" ]] ; then
|
||||
export ROCPROFILER_HSA_API_TRACE=1
|
||||
export ROCPROFILER_HSA_ACTIVITY_TRACE=1
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user