Skip to content

Commit

Permalink
resolve missing step that casued error for profiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
YANG WANG committed Feb 10, 2025
1 parent 10aaddb commit 55d8f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocprof_compute_profile/profiler_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def run_profiling(self, version: str, prog: str):
console_debug(output)
console_log("profiling", "Current input file: %s" % fname)

options += self.get_profiler_options(fname, self._soc.get_arch())
options = self.get_profiler_options(fname, self._soc.get_arch())
if (
self.__profiler == "rocprofv1"
or self.__profiler == "rocprofv2"
Expand Down

0 comments on commit 55d8f52

Please sign in to comment.