Skip to content

Commit

Permalink
Merge branch 'develop' into hack-fix-v3-mi100
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang103-amd authored Feb 10, 2025
2 parents da27121 + 6391b3c commit 4d67cdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rocprof_compute_profile/profiler_rocprof_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ def get_profiler_options(self, fname, soc):
if self.get_args().format_rocprof_output == "csv":
rocprof_out_format = "csv"

if self.get_args().hip_trace:
trace_option += " " + "--hip-trace"
if self.get_args().kokkos_trace:
trace_option += " " + "--kokkos-trace"
trace_option = "--kokkos-trace"
if self.get_args().hip_trace:
trace_option = "--hip-trace"

args = [
"-E",
Expand Down

0 comments on commit 4d67cdd

Please sign in to comment.