Fix bug in profiling for Mi100
Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ def run_prof(fname, profiler_options):
|
||||
|
||||
# profile the app
|
||||
success, output = capture_subprocess_output(
|
||||
[ rocprof_cmd, "-i", fname ] + options
|
||||
[ rocprof_cmd ] + options
|
||||
)
|
||||
|
||||
if not success:
|
||||
|
||||
Reference in New Issue
Block a user