You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: ROCm_Tools/ROCm-Tools.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,7 @@ Overview
19
19
metrics/counters, HW traces and runtime API/activity traces. The tool consumes an input XML or text file with counters list or trace
20
20
parameters and provides output profiling data and statistics in various formats as text, CSV and JSON traces. Google Chrome tracing
21
21
can be used to visualize the JSON traces with runtime API/activity timelines and per kernel counters data.
22
-
|
23
-
**NOTE**: You must set the ‘PATH’ environment variable to the ROCM bin directory. This enables the profiler to find the correct ROCm setup and get ROCm info metadata. For example, *“export PATH=$PATH:/opt/rocm/bin”*.
22
+
24
23
25
24
Profiling Modes
26
25
***************
@@ -335,7 +334,7 @@ length and rate:
335
334
Concurrent kernels
336
335
++++++++++++++++++
337
336
338
-
Currently concurrent kernels profiling is not supported which is a
337
+
Currently concurrent kernels profiling is not supported, which is a
339
338
planned feature. Kernels are serialized.
340
339
341
340
Multi-processes profiling
@@ -357,15 +356,16 @@ Profiler errors are logged to global logs:
357
356
3rd party visualization tools
358
357
*****************************
359
358
360
-
‘rocprof’ is producing JSON trace compatible with Chrome Tracing, which
361
-
is an internal trace visualization tool in Google Chrome.
362
-
363
-
Chrome tracing
364
-
++++++++++++++
359
+
‘rocprof’ produces JSON trace, which is compatible with Chrome Tracing. Chrome Tracing is an internal trace visualization tool in Google Chrome.
You must set the ‘PATH’ environment variable to the ROCM bin directory. This enables the profiler to find the correct ROCm setup and get ROCm info metadata. For example, *“export PATH=$PATH:/opt/rocm/bin”*.
0 commit comments