Skip to content

Commit

Permalink
fix missing parameter of spatial multiplexing for create_df_pmc
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang103-amd committed Feb 14, 2025
1 parent 8c3895e commit f44e409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rocprof_compute_analyze/analysis_webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def pre_processing(self):
self._runs[self.dest_dir].raw_pmc = file_io.create_df_pmc(
self.dest_dir,
self.get_args().nodes,
self.get_args().spatial_multiplexing,
self.get_args().kernel_verbose,
args.verbose,
)
Expand Down

0 comments on commit f44e409

Please sign in to comment.