quick fix how to call v3 with pc sampling

[ROCm/rocprofiler-compute commit: 3a40e4b58c]
Этот коммит содержится в:
Fei Zheng
2025-07-31 08:17:06 -06:00
коммит произвёл GitHub
родитель deefddf2ff
Коммит 94ce792f39
2 изменённых файлов: 6 добавлений и 2 удалений
+2 -1
Просмотреть файл
@@ -1018,8 +1018,9 @@ def pc_sampling_prof(
"-o",
"ps_file", # todo: sync up with the name from source in 2100_.yaml
"--",
appcmd,
]
options.extend(appcmd)
success, output = capture_subprocess_output(
[rocprof_cmd] + options, new_env=os.environ.copy(), profileMode=True
)