Fix bug in profiling for Mi100

Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
colramos-amd
2024-01-11 16:30:46 -06:00
committed by Cole Ramos
parent 4ffcaa1b4a
commit d4a649a926
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -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: