Этот коммит содержится в:
vedithal-amd
2025-06-13 10:01:59 -04:00
коммит произвёл GitHub
родитель bb0c417871
Коммит fa1e9965f8
+1 -1
Просмотреть файл
@@ -171,7 +171,7 @@ def test_num_xcds_cli_output():
# 2. Run rocprof-compute -s and grab rocprof-compute num_xcd
proc = subprocess.run(
["rocprof-compute", "-s"],
["src/rocprof-compute", "-s"],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,