Skip to content

Commit

Permalink
Split rocprofv2 cmd args prior to subprocess call (ROCm#347)
Browse files Browse the repository at this point in the history
Signed-off-by: coleramos425 <colramos@amd.com>
Signed-off-by: xuchen-amd <xuchen@amd.com>
  • Loading branch information
coleramos425 authored and xuchen-amd committed Oct 18, 2024
1 parent 0da6e1f commit a36666e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rocprof_compute_profile/profiler_rocprof_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def get_profiler_options(self, fname):
# v2 requires output directory argument
"-d",
self.get_args().path + "/" + "out",
# v2 does not require quotes on cmd
app_cmd,
]
args.extend(app_cmd)
return args
Expand Down

0 comments on commit a36666e

Please sign in to comment.