Update src/omniperf_profile/profiler_rocscope.py

Co-authored-by: Cole Ramos <colramos@amd.com>
Signed-off-by: Karl W. Schulz <koomie@users.noreply.github.com>

[ROCm/rocprofiler-compute commit: af3f006a7e]
Этот коммит содержится в:
Karl W. Schulz
2024-03-11 11:22:38 -05:00
родитель f287aa0fc8
Коммит eade3386b1
+1 -1
Просмотреть файл
@@ -44,7 +44,7 @@ class rocscope_profiler(OmniProfiler_Base):
def run_profiling(self, version, prog):
"""Run profiling."""
console_log(
"profiling" "performing profiling using %s profiler" % self.__profiler
"profiling", "performing profiling using %s profiler" % self.__profiler
)
# TODO: Finish implementation