Files
rocm-systems/projects/rocprofiler-compute/docs/tutorial/profiling-by-example.rst
T

忽略 .git-blame-ignore-revs 中的修訂。點擊 這裡 以繞過並查看正常的 Blame 視圖。

24 行
796 B
ReStructuredText
原始文件 標準檢視 歷史記錄

.. meta::
2025-01-02 13:29:47 -08:00
:description: ROCm Compute Profiler: Profiling by example
:keywords: ROCm Compute Profiler, ROCm, profiler, tool, Instinct, accelerator, AMD
********************
Profiling by example
********************
The following examples refer to sample :doc:`HIP <hip:index>` code located in
:fab:`github` :dev-sample:`ROCm/rocm-systems/blob/develop/projects/rocprofiler-compute/sample <>`
2025-01-02 13:29:47 -08:00
and distributed as part of ROCm Compute Profiler.
.. include:: ./includes/valu-arithmetic-instruction-mix.rst
.. include:: ./includes/infinity-fabric-transactions.rst
.. include:: ./includes/vector-memory-operation-counting.rst
.. include:: ./includes/instructions-per-cycle-and-utilizations.rst
.. include:: ./includes/lds-examples.rst
.. include:: ./includes/occupancy-limiters-example.rst