fix missing parameter of spatial multiplexing for create_df_pmc (#567)

[ROCm/rocprofiler-compute commit: b9fc44992a]
Этот коммит содержится в:
ywang103-amd
2025-02-14 14:23:16 -05:00
коммит произвёл GitHub
родитель c6bb033e8b
Коммит daf72ade4f
+1
Просмотреть файл
@@ -294,6 +294,7 @@ class webui_analysis(OmniAnalyze_Base):
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,
)