5a7cb724ce
* External CI: rename pipeline to rocprofiler-compute (#463)
Signed-off-by: Daniel Su <danielsu@amd.com>
* Update webui branding (#459)
* Update name and icon for browser tab to rocprofiler-compute.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Update name and icon for browser tab to rocprofiler-compute.
Signed-off-by: xuchen-amd <xuchen@amd.com>
---------
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Update branding in documentation (#442)
* find/replace Omniperf to ROCm Compute Profiler
Signed-off-by: Peter Park <peter.park@amd.com>
* update name in Sphinx conf
Signed-off-by: Peter Park <peter.park@amd.com>
* mv what-is-omniperf.rst -> what-is-rocprof-compute.rst
Signed-off-by: Peter Park <peter.park@amd.com>
* update Tutorials section
Signed-off-by: Peter Park <peter.park@amd.com>
* add Omniperf as keyword to Conceptual section for internal search
Signed-off-by: Peter Park <peter.park@amd.com>
* update Reference section
Signed-off-by: Peter Park <peter.park@amd.com>
* black fmt conf.py
Signed-off-by: Peter Park <peter.park@amd.com>
* update profile mode and basic usage subsections
Signed-off-by: Peter Park <peter.park@amd.com>
* update how to use analyze mode subsection
Signed-off-by: Peter Park <peter.park@amd.com>
* update install section
Signed-off-by: Peter Park <peter.park@amd.com>
* fix sphinx warnings
Signed-off-by: Peter Park <peter.park@amd.com>
* fix cmd line examples in profile/mode.rst
Signed-off-by: Peter Park <peter.park@amd.com>
* update install decision tree image
Signed-off-by: Peter Park <peter.park@amd.com>
* fix TOC and index
Signed-off-by: Peter Park <peter.park@amd.com>
fix weird wording
* fix cli text: deriving rocprofiler-compute metrics...
Signed-off-by: Peter Park <peter.park@amd.com>
* update standalone-gui.rst
Signed-off-by: Peter Park <peter.park@amd.com>
* restore removed doc updates from #428
Signed-off-by: Peter Park <peter.park@amd.com>
* update ref to Omniperf in index.rst
Signed-off-by: Peter Park <peter.park@amd.com>
* fix grafana connection name to match image
Signed-off-by: Peter Park <peter.park@amd.com>
* update cmds in tutorials
Signed-off-by: Peter Park <peter.park@amd.com>
---------
Signed-off-by: Peter Park <peter.park@amd.com>
* MI300 roofline enablement in rocprofiler-compute (#470)
* MI300 roofline enablement in rocprofiler-compute
requirements.txt
- running some modules complained about numpy version too new, adding extra requirement that numpy be 1.x
pmc_roof_perf.txt
- adding TCC_BUBBLE_sum counter to profile
soc_gfx940.py
soc_gfx941.py
soc_gfx942.py
- remove console logs reading that roofline is temporarily disabled, uncommenting blocks that check for roofline csv and run roofline post-processing
roofline_calc.py
- add mi300 to supported soc
- add new calculation for hbm_data for MI300 using tcc_bubble_sum, checks if counter > 0 to use
- add to a few comments
roofline-ubuntu-20_04-mi300-rocm6
- binary for the ubuntu systems to enable mi300 roofline calculations from rocm-amdgpu-bench
Note- other distros will get roofline bins to enable mi300, but need to be further tested before putting into branch.
Signed-off-by: Carrie Fallows <carrie.fallows@amd.com>
* Reformatting roofline_calc.py
Signed-off-by: Carrie Fallows <carrie.fallows@amd.com>
---------
Signed-off-by: Carrie Fallows <carrie.fallows@amd.com>
* Update Python format checker (#471)
* Add pre commit hook for Python formatting
Signed-off-by: coleramos425 <colramos@amd.com>
* Update formatting workflow to run on latest Python and add isort formatter
Signed-off-by: coleramos425 <colramos@amd.com>
* Fix caught yaml formatting issues
* Update pyproject file
* Add pre-commit hook instruction to CONTRIBUTING guide
* Remove target-version from black pyproject.toml
* Fixed formatting errors found with black and isort
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
* Run hook: Whitespaces, fix end of file spaces
---------
Signed-off-by: coleramos425 <colramos@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Co-authored-by: David Galiffi <David.Galiffi@amd.com>
* Bump cryptography from 43.0.0 to 43.0.1 in /docs/sphinx (#473)
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix file permission on MI300 roofline binary (#477)
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
* Removing numpy requirements of <2 (#478)
Checks are failing if version too high and no need for lower version
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Fix crash when loading web UI roofline for gfx942 (#479)
* Fix crash when loading web UI roofline for gfx942
* Fix formatting
Signed-off-by: benrichard-amd <ben.richard@amd.com>
* Make same changs for gfx940, gfx942.
Signed-off-by: benrichard-amd <ben.richard@amd.com>
* Fix formatting in soc_gfx940 and soc_gfx941.
Signed-off-by: benrichard-amd <ben.richard@amd.com>
---------
Signed-off-by: benrichard-amd <ben.richard@amd.com>
* Rebranding name change patch (#469)
* Patch in missed name change for rebranding.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Patch in missed name change for rebranding.
Signed-off-by: xuchen-amd <xuchen@amd.com>
---------
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Move dependabot.yml to .github/ and bump rocm-docs-core (#481)
* Move dependabot.yml to .github/
* Bump rocm-docs-core to 1.8.5
* Bump rocm-docs-core to 1.9.0
* Fix packaging for upgrading (#486)
Specify that "rocprofiler-compute" replaces / obsoletes the "omniperf" package.
* Renamed extension path from omniperf to rocprofiler_compute (#487)
Signed-off-by: Tim Gu <Tim.Gu@amd.com>
* MI300 rhel and sles roofline binaries (#480)
* Roofline bins for MI300 on rhel and sles distributions
Built from rocm-amdgpu-bench, tested on respective distro systems with MI300 hardware.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Minor modifications removing hardcoded variables in roofline files.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Modify test_profile_general.py ctest to include MI300 enablement (#498)
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* part 1 to support rocprofv3 (#492)
* rocprofv3 support initial commit
-Can run rocprofv3 but ultimately fails. rocprofv3 says the counter capacity
is exceeded and the output CSV file format is different from v1/v2.
* Add rocprofv3 detection so v2 can still be used
It's hacky but it'll do for now.
* Add code path to convert rocprofv3 JSON output into CSV
* Grab correct value for Queue ID
* Use _sum suffix to sum TCC counters
Previously we were specifying each channel for TCC counters. rocprofv3 does
not support specifing each TCC channel, and instead will auto sum given
the TCC counter name. The counter name with the _sum suffix is also
supported and is also supported in v1 and v2. So we will use the TCC
counter name with the _sum suffix.
* Fix incorrect counter outputs when using rocprofv3
In the JSON output some counters appear multime times and must be
summed to get the correct value. These summed values match the
rocprofv3 output in CSV mode and also match the rocprofv2
output.
* Remove duplicate Correlation_ID and Wave_Size in output
* Handle json output that does not contain any dispatches
Omniperf was assuming each JSON output from rocprofv3 would always contain
dispatches. This is not the case. For example, in a multi-process
workload where one of the processes does not dispatch any kernels. A JSON
file will still be output for this process but it will not contain any dispatches.
* Code cleanup
* Update search path for rocprofv3 results
Rocprofv3 was updated to include the hostname in the path where
it outputs results.
* Handle accumulate counters
In v1/v2 rocprof uses the SQ_ACCUM_PREV_HIRES counter for the accumualte
counters. v3 does not have this. So we need to define our own counters
in counter_defs.yaml. For this we use the counter name + _ACCUM, for
example SQ_INSTR_LEVEL_SMEM_ACCUM.
To use rocprofv3 you will need to update counter_defs.yaml to include
these new counter definitions.
* Use correct GPU ID
When converting JSON -> CSV we were assigning node_id to GPU_ID. Since
the JSON contains non-GPU devices, the node_id for GPUs might not
start at 0 as expected.
This commit maps the agent ID to the appropriate GPU ID.
* Parse scratch memory per work item from JSON
* Support rocprofv3 CSV parsing
JSON decoding is very slow for large files. Include support for parsing
rocprofv3 CSV output and make that the default.
CSV/JSON can be toggled via the ROCPROF_OUTPUT_FORMAT environment
variable e.g. ROCPROF_OUTPUT_FORMAT=csv or ROCPROF_OUTPUT_FORMAT=json
* black format after merge
* format isort
* change return of rocprof_cmd to try to resolve test's error
* hack to pick last part of rocminfo's name
* debug log of hacks
* Modify test_profile_general.py ctest to include MI300 enablement. Currently failing because of explicitly excluded roofline files for the soc and autofailed asserts for roof-only tests- originally in place because roofline was not enabled on mi300 yet.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* black and isort formated
* corrected line of copyright
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Co-authored-by: benrichard-amd <ben.richard@amd.com>
Co-authored-by: YANG WANG <ywang@ywang-ubuntu.amd.com>
Co-authored-by: Carrie Fallows <Carrie.Fallows@amd.com>
* fix for crash of timestamp of part 1 for rocprofv3 (#499)
* fix the error caused by ignoring the lack of counter csv file from rocprofv3 for timestamp
* isort and black formated
* quick fix for gfx906 roofline (#505)
* Multi node support (#503)
* [CTest] Pipeline failures for MI300 (#483)
* Propagate new chip_id logic to testing workflow
Signed-off-by: coleramos425 <colramos@amd.com>
* Add a debug line to tests
Signed-off-by: coleramos425 <colramos@amd.com>
* Trying to set rocprofv2 generally in CTest module
Signed-off-by: coleramos425 <colramos@amd.com>
* Remove temp debugging lines from CI
Signed-off-by: coleramos425 <colramos@amd.com>
* Add roofline entry for MI300 expected files in CI tests
Signed-off-by: coleramos425 <colramos@amd.com>
* Make num_devices modifier global in scope
Signed-off-by: coleramos425 <colramos@amd.com>
* Change kernel name in PyTest to confirm rocprofv2 bug
Related to https://ontrack-internal.amd.com/browse/SWDEV-503453
Signed-off-by: coleramos425 <colramos@amd.com>
---------
Signed-off-by: coleramos425 <colramos@amd.com>
* Spatial-multiplexing: part 1 profiling stage (#465)
* rocprofv3 support initial commit
-Can run rocprofv3 but ultimately fails. rocprofv3 says the counter capacity
is exceeded and the output CSV file format is different from v1/v2.
* Add rocprofv3 detection so v2 can still be used
It's hacky but it'll do for now.
* Add code path to convert rocprofv3 JSON output into CSV
* Grab correct value for Queue ID
* Use _sum suffix to sum TCC counters
Previously we were specifying each channel for TCC counters. rocprofv3 does
not support specifing each TCC channel, and instead will auto sum given
the TCC counter name. The counter name with the _sum suffix is also
supported and is also supported in v1 and v2. So we will use the TCC
counter name with the _sum suffix.
* Fix incorrect counter outputs when using rocprofv3
In the JSON output some counters appear multime times and must be
summed to get the correct value. These summed values match the
rocprofv3 output in CSV mode and also match the rocprofv2
output.
* Remove duplicate Correlation_ID and Wave_Size in output
* Handle json output that does not contain any dispatches
Omniperf was assuming each JSON output from rocprofv3 would always contain
dispatches. This is not the case. For example, in a multi-process
workload where one of the processes does not dispatch any kernels. A JSON
file will still be output for this process but it will not contain any dispatches.
* Code cleanup
* Update search path for rocprofv3 results
Rocprofv3 was updated to include the hostname in the path where
it outputs results.
* Handle accumulate counters
In v1/v2 rocprof uses the SQ_ACCUM_PREV_HIRES counter for the accumualte
counters. v3 does not have this. So we need to define our own counters
in counter_defs.yaml. For this we use the counter name + _ACCUM, for
example SQ_INSTR_LEVEL_SMEM_ACCUM.
To use rocprofv3 you will need to update counter_defs.yaml to include
these new counter definitions.
* debug code
* add logic code for multiplexing
* minor fix
* more fixes
* rocprofv3 support initial commit
-Can run rocprofv3 but ultimately fails. rocprofv3 says the counter capacity
is exceeded and the output CSV file format is different from v1/v2.
* Add rocprofv3 detection so v2 can still be used
It's hacky but it'll do for now.
* Add code path to convert rocprofv3 JSON output into CSV
* Grab correct value for Queue ID
* Use _sum suffix to sum TCC counters
Previously we were specifying each channel for TCC counters. rocprofv3 does
not support specifing each TCC channel, and instead will auto sum given
the TCC counter name. The counter name with the _sum suffix is also
supported and is also supported in v1 and v2. So we will use the TCC
counter name with the _sum suffix.
* Fix incorrect counter outputs when using rocprofv3
In the JSON output some counters appear multime times and must be
summed to get the correct value. These summed values match the
rocprofv3 output in CSV mode and also match the rocprofv2
output.
* Remove duplicate Correlation_ID and Wave_Size in output
* Handle json output that does not contain any dispatches
Omniperf was assuming each JSON output from rocprofv3 would always contain
dispatches. This is not the case. For example, in a multi-process
workload where one of the processes does not dispatch any kernels. A JSON
file will still be output for this process but it will not contain any dispatches.
* Code cleanup
* Update search path for rocprofv3 results
Rocprofv3 was updated to include the hostname in the path where
it outputs results.
* Handle accumulate counters
In v1/v2 rocprof uses the SQ_ACCUM_PREV_HIRES counter for the accumualte
counters. v3 does not have this. So we need to define our own counters
in counter_defs.yaml. For this we use the counter name + _ACCUM, for
example SQ_INSTR_LEVEL_SMEM_ACCUM.
To use rocprofv3 you will need to update counter_defs.yaml to include
these new counter definitions.
* count accu files as well
* Use correct GPU ID
When converting JSON -> CSV we were assigning node_id to GPU_ID. Since
the JSON contains non-GPU devices, the node_id for GPUs might not
start at 0 as expected.
This commit maps the agent ID to the appropriate GPU ID.
* fix error with csv file parse from json and merge during post-processing
* implemented parsing of csv files from v3 output for optimization
* Parse scratch memory per work item from JSON
* Support rocprofv3 CSV parsing
JSON decoding is very slow for large files. Include support for parsing
rocprofv3 CSV output and make that the default.
CSV/JSON can be toggled via the ROCPROF_OUTPUT_FORMAT environment
variable e.g. ROCPROF_OUTPUT_FORMAT=csv or ROCPROF_OUTPUT_FORMAT=json
* black format after merge
* format isort
* change return of rocprof_cmd to try to resolve test's error
* hack to pick last part of rocminfo's name
* debug log of hacks
* Modify test_profile_general.py ctest to include MI300 enablement. Currently failing because of explicitly excluded roofline files for the soc and autofailed asserts for roof-only tests- originally in place because roofline was not enabled on mi300 yet.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* black and isort formated
* formated by isort and black
* change default rocprof's output to csv
* repaired crash caused by missing csv counter file when running for timestamp
* change name to spatial-multiplexing from multiplexing
* make necessary modification for review
* set the value of spatial_multiplexing in argument defautly to None
* repair the part that blocks regular pmc files' generation
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Co-authored-by: benrichard-amd <ben.richard@amd.com>
Co-authored-by: fei.zheng <fei.zheng@amd.com>
Co-authored-by: YANG WANG <ywang@ywang-ubuntu.amd.com>
Co-authored-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Simple fix for gpu model value. (#508)
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Add FP64 to plot adhering to pdf name (#507)
* Replacing FP32-only plot with an FP32&FP64 combo plot. Results will likely be negligible but the plot name indicates both should be graphed.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Remove duplicate AI plot to clean up fp32 fp64 graph
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Add gpu series for roofline (#510)
* Add gpu_series for roofline.
* Use gpu_series in path names for roofline.
* Fix TCC on MI200 when introduce rocprofv3 (#509)
* quick fix for v2
* one more fix
* revert a bit
---------
Co-authored-by: ywang103-amd <ywang103@amd.com>
* Bump rocm-docs-core from 1.9.0 to 1.12.0 in /docs/sphinx (#511)
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.12.0.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.9.0...v1.12.0)
---
updated-dependencies:
- dependency-name: rocm-docs-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update sample roofline plot img (#516)
* Modify path to use gpu_model instead of gpu_series to match other workload directory path creation/search points. Affects manual testing, does not seem to affect ctests. (#513)
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Improve formatting when displaying rocprof command. (#476)
* Improve formatting when displaying rocprof command.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Fix python formatting.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Strip unwanted characters (rocprofv1 specific) from rocprof commands.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Strip unwanted characters (rocprofv1 specific) from rocprof commands.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Save the unmodified arguments for rocprof for debug message display.
Signed-off-by: xuchen-amd <xuchen@amd.com>
---------
Signed-off-by: xuchen-amd <xuchen@amd.com>
* quick fix for mpi_support (#518)
* Pass accumulate counters to rocprofv3 using -E option (#522)
rocprofv3 has a new -E option where extra counters can be passed (see accum_counters.yaml) instead
of defining them in counter_defs.yaml.
* Unify all file handling with pathlib (#512)
* Replace occurences of os.path functions with equivalent functions from
pathlib library
* Remove unwanted imports of os.path and os
* Add coding guidelines for using pathlib instead of os.path
* Auto sync staging and mainline on a weekly cadence (#517)
Signed-off-by: coleramos425 <colramos@amd.com>
---------
Signed-off-by: Daniel Su <danielsu@amd.com>
Signed-off-by: xuchen-amd <xuchen@amd.com>
Signed-off-by: Peter Park <peter.park@amd.com>
Signed-off-by: Carrie Fallows <carrie.fallows@amd.com>
Signed-off-by: coleramos425 <colramos@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Signed-off-by: benrichard-amd <ben.richard@amd.com>
Signed-off-by: Tim Gu <Tim.Gu@amd.com>
Co-authored-by: Daniel Su <danielsu@amd.com>
Co-authored-by: xuchen-amd <xuchen@amd.com>
Co-authored-by: Peter Park <peter.park@amd.com>
Co-authored-by: cfallows-amd <Carrie.Fallows@amd.com>
Co-authored-by: David Galiffi <David.Galiffi@amd.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Richard <143630488+benrichard-amd@users.noreply.github.com>
Co-authored-by: Tim Gu <Tim.Gu@amd.com>
Co-authored-by: ywang103-amd <ywang103@amd.com>
Co-authored-by: benrichard-amd <ben.richard@amd.com>
Co-authored-by: YANG WANG <ywang@ywang-ubuntu.amd.com>
Co-authored-by: Fei Zheng <44449748+feizheng10@users.noreply.github.com>
Co-authored-by: fei.zheng <fei.zheng@amd.com>
Co-authored-by: vedithal-amd <Vignesh.Edithal@amd.com>
[ROCm/rocprofiler-compute commit: 272e5b6e32]
707 righe
23 KiB
ReStructuredText
707 righe
23 KiB
ReStructuredText
.. meta::
|
|
:description: ROCm Compute Profiler performance model: Shader engine (SE)
|
|
:keywords: Omniperf, ROCm Compute Profiler, ROCm, profiler, tool, Instinct, accelerator, shader, engine, sL1D, L1I, workgroup manager, SPI
|
|
|
|
******************
|
|
Shader engine (SE)
|
|
******************
|
|
|
|
The :doc:`compute units <compute-unit>` on a CDNA™ accelerator are grouped
|
|
together into a higher-level organizational unit called a shader engine (SE):
|
|
|
|
.. figure:: ../data/performance-model/selayout.png
|
|
:align: center
|
|
:alt: Example of CU-grouping into shader engines
|
|
:width: 800
|
|
|
|
Example of CU-grouping into shader engines on AMD Instinct MI-series
|
|
accelerators.
|
|
|
|
The number of CUs on a SE varies from chip to chip -- see for example
|
|
:hip-training-pdf:`20`. In addition, newer accelerators such as the AMD
|
|
Instinct™ MI 250X have 8 SEs per accelerator.
|
|
|
|
For the purposes of ROCm Compute Profiler, we consider resources that are shared between
|
|
multiple CUs on a single SE as part of the SE's metrics.
|
|
|
|
These include:
|
|
|
|
* The :ref:`scalar L1 data cache <desc-sl1d>`
|
|
|
|
* The :ref:`L1 instruction cache <desc-l1i>`
|
|
|
|
* The :ref:`workgroup manager <desc-spi>`
|
|
|
|
.. _desc-sl1d:
|
|
|
|
Scalar L1 data cache (sL1D)
|
|
===========================
|
|
|
|
The Scalar L1 Data cache (sL1D) can cache data accessed from scalar load
|
|
instructions (and scalar store instructions on architectures where they exist)
|
|
from wavefronts in the :doc:`CUs <compute-unit>`. The sL1D is shared between
|
|
multiple CUs (:gcn-crash-course:`36`) -- the exact number of CUs depends on the
|
|
architecture in question (3 CUs in GCN™ GPUs and MI100, 2 CUs in
|
|
:ref:`MI2XX <mixxx-note>`) -- and is backed by the :doc:`L2 cache <l2-cache>`.
|
|
|
|
In typical usage, the data in the sL1D is comprised of:
|
|
|
|
* Kernel arguments, such as pointers,
|
|
`non-populated <https://llvm.org/docs/AMDGPUUsage.html#amdgpu-amdhsa-sgpr-register-set-up-order-table>`_
|
|
grid and block dimensions, and others
|
|
|
|
* HIP's ``__constant__`` memory, when accessed in a provably uniform manner
|
|
[#uniform-access]_
|
|
|
|
* Other memory, when accessed in a provably uniform manner, *and* the backing
|
|
memory is provably constant [#uniform-access]_
|
|
|
|
.. _desc-sl1d-sol:
|
|
|
|
Scalar L1D Speed-of-Light
|
|
-------------------------
|
|
|
|
.. warning::
|
|
|
|
The theoretical maximum throughput for some metrics in this section are
|
|
currently computed with the maximum achievable clock frequency, as reported
|
|
by ``rocminfo``, for an accelerator. This may not be realistic for all
|
|
workloads.
|
|
|
|
The Scalar L1D speed-of-light chart shows some key metrics of the sL1D
|
|
cache as a comparison with the peak achievable values of those metrics:
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
:widths: 20 65 15
|
|
|
|
* - Metric
|
|
|
|
- Description
|
|
|
|
- Unit
|
|
|
|
* - Bandwidth
|
|
|
|
- The number of bytes looked up in the sL1D cache, as a percent of the peak
|
|
theoretical bandwidth. Calculated as the ratio of sL1D requests over the
|
|
:ref:`total sL1D cycles <total-sl1d-cycles>`.
|
|
|
|
- Percent
|
|
|
|
* - Cache Hit Rate
|
|
|
|
- The percent of sL1D requests that hit [#sl1d-cache]_ on a previously
|
|
loaded line in the cache. Calculated as the ratio of the number of sL1D
|
|
requests that hit over the number of all sL1D requests.
|
|
|
|
- Percent
|
|
|
|
* - sL1D-L2 BW
|
|
|
|
- The number of bytes requested by the sL1D from the L2 cache, as a percent
|
|
of the peak theoretical sL1D → L2 cache bandwidth. Calculated as the
|
|
ratio of the total number of requests from the sL1D to the L2 cache over
|
|
the :ref:`total sL1D-L2 interface cycles <total-sl1d-cycles>`.
|
|
|
|
- Percent
|
|
|
|
.. _desc-sl1d-stats:
|
|
|
|
Scalar L1D cache accesses
|
|
-------------------------
|
|
|
|
This panel gives more detail on the types of accesses made to the sL1D,
|
|
and the hit/miss statistics.
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Metric
|
|
|
|
- Description
|
|
|
|
- Unit
|
|
|
|
* - Requests
|
|
|
|
- The total number of requests, of any size or type, made to the sL1D per
|
|
:ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Hits
|
|
|
|
- The total number of sL1D requests that hit on a previously loaded cache
|
|
line, per :ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Misses - Non Duplicated
|
|
|
|
- The total number of sL1D requests that missed on a cache line that *was
|
|
not* already pending due to another request, per
|
|
:ref:`normalization unit <normalization-units>`. See :ref:`desc-sl1d-sol`
|
|
for more detail.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Misses - Duplicated
|
|
|
|
- The total number of sL1D requests that missed on a cache line that *was*
|
|
already pending due to another request, per
|
|
:ref:`normalization unit <normalization-units>`. See
|
|
:ref:`desc-sl1d-sol` for more detail.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Cache Hit Rate
|
|
|
|
- Indicates the percent of sL1D requests that hit on a previously loaded
|
|
line the cache. The ratio of the number of sL1D requests that hit
|
|
[#sl1d-cache]_ over the number of all sL1D requests.
|
|
|
|
- Percent
|
|
|
|
* - Read Requests (Total)
|
|
|
|
- The total number of sL1D read requests of any size, per
|
|
:ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Atomic Requests
|
|
|
|
- The total number of sL1D atomic requests of any size, per
|
|
:ref:`normalization unit <normalization-units>`. Typically unused on CDNA
|
|
accelerators.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Read Requests (1 DWord)
|
|
|
|
- The total number of sL1D read requests made for a single dword of data
|
|
(4B), per :ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Read Requests (2 DWord)
|
|
|
|
- The total number of sL1D read requests made for a two dwords of data
|
|
(8B), per :ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Read Requests (4 DWord)
|
|
|
|
- The total number of sL1D read requests made for a four dwords of data
|
|
(16B), per :ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Read Requests (8 DWord)
|
|
|
|
- The total number of sL1D read requests made for a eight dwords of data
|
|
(32B), per :ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Read Requests (16 DWord)
|
|
|
|
- The total number of sL1D read requests made for a sixteen dwords of data
|
|
(64B), per :ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
.. _desc-sl1d-l2-interface:
|
|
|
|
sL1D ↔ L2 Interface
|
|
-------------------
|
|
|
|
This panel gives more detail on the data requested across the
|
|
sL1D↔
|
|
:doc:`L2 <l2-cache>` interface.
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Metric
|
|
|
|
- Description
|
|
|
|
- Unit
|
|
|
|
* - sL1D-L2 BW
|
|
|
|
- The total number of bytes read from, written to, or atomically updated
|
|
across the sL1D↔:doc:`L2 <l2-cache>` interface, per
|
|
:ref:`normalization unit <normalization-units>`. Note that sL1D writes
|
|
and atomics are typically unused on current CDNA accelerators, so in the
|
|
majority of cases this can be interpreted as an sL1D→L2 read bandwidth.
|
|
|
|
- Bytes per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Read Requests
|
|
|
|
- The total number of read requests from sL1D to the :doc:`L2 <l2-cache>`,
|
|
per :ref:`normalization unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Write Requests
|
|
|
|
- The total number of write requests from sL1D to the :doc:`L2 <l2-cache>`,
|
|
per :ref:`normalization unit <normalization-units>`. Typically unused on
|
|
current CDNA accelerators.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Atomic Requests
|
|
|
|
- The total number of atomic requests from sL1D to the
|
|
:doc:`L2 <l2-cache>`, per
|
|
:ref:`normalization unit <normalization-units>`. Typically unused on
|
|
current CDNA accelerators.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Stall Cycles
|
|
|
|
- The total number of cycles the sL1D↔
|
|
:doc:`L2 <l2-cache>` interface was stalled, per
|
|
:ref:`normalization unit <normalization-units>`.
|
|
|
|
- Cycles per :ref:`normalization unit <normalization-units>`
|
|
|
|
.. rubric:: Footnotes
|
|
|
|
.. [#uniform-access] The scalar data cache is used when the compiler emits
|
|
scalar loads to access data. This requires that the data be *provably*
|
|
uniformly accesses (that is, the compiler can verify that all work-items in a
|
|
wavefront access the same data), *and* that the data can be proven to be
|
|
read-only (for instance, HIP's ``__constant__`` memory, or properly
|
|
``__restrict__``\ed pointers to avoid write-aliasing). Access of
|
|
``__constant__`` memory for example is not guaranteed to go through the sL1D
|
|
if the wavefront loads a non-uniform value.
|
|
|
|
.. [#sl1d-cache] Unlike the :doc:`vL1D <vector-l1-cache>` and
|
|
:doc:`L2 <l2-cache>` caches, the sL1D cache on AMD Instinct MI-series CDNA
|
|
accelerators does *not* use the "hit-on-miss" approach to reporting cache
|
|
hits. That is, if while satisfying a miss, another request comes in that
|
|
would hit on the same pending cache line, the subsequent request will be
|
|
counted as a *duplicated miss*.
|
|
|
|
.. _desc-l1i:
|
|
|
|
L1 Instruction Cache (L1I)
|
|
==========================
|
|
|
|
As with the :ref:`sL1D <desc-sL1D>`, the L1 Instruction (L1I) cache is shared
|
|
between multiple CUs on a shader-engine, where the precise number of CUs
|
|
sharing a L1I depends on the architecture in question (:gcn-crash-course:`36`)
|
|
and is backed by the :doc:`L2 cache <l2-cache>`. Unlike the sL1D, the
|
|
instruction cache is read-only.
|
|
|
|
.. _desc-l1i-sol:
|
|
|
|
L1I Speed-of-Light
|
|
------------------
|
|
|
|
.. warning::
|
|
|
|
The theoretical maximum throughput for some metrics in this section are
|
|
currently computed with the maximum achievable clock frequency, as reported
|
|
by ``rocminfo``, for an accelerator. This may not be realistic for all
|
|
workloads.
|
|
|
|
The L1 Instruction Cache speed-of-light chart shows some key metrics of
|
|
the L1I cache as a comparison with the peak achievable values of those
|
|
metrics:
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Metric
|
|
|
|
- Description
|
|
|
|
- Unit
|
|
|
|
* - Bandwidth
|
|
|
|
- The number of bytes looked up in the L1I cache, as a percent of the peak
|
|
theoretical bandwidth. Calculated as the ratio of L1I requests over the
|
|
:ref:`total L1I cycles <total-l1i-cycles>`.
|
|
|
|
- Percent
|
|
|
|
* - Cache Hit Rate
|
|
|
|
- The percent of L1I requests that hit on a previously loaded line the
|
|
cache. Calculated as the ratio of the number of L1I requests that hit
|
|
[#l1i-cache]_ over the number of all L1I requests.
|
|
|
|
- Percent
|
|
|
|
* - L1I-L2 BW
|
|
|
|
- The percent of the peak theoretical L1I → L2 cache request bandwidth
|
|
achieved. Calculated as the ratio of the total number of requests from
|
|
the L1I to the L2 cache over the
|
|
:ref:`total L1I-L2 interface cycles <total-l1i-cycles>`.
|
|
|
|
- Percent
|
|
|
|
* - Instruction Fetch Latency
|
|
|
|
- The average number of cycles spent to fetch instructions to a
|
|
:doc:`CU <compute-unit>`.
|
|
|
|
- Cycles
|
|
|
|
.. _desc-l1i-stats:
|
|
|
|
L1I cache accesses
|
|
------------------
|
|
|
|
This panel gives more detail on the hit/miss statistics of the L1I:
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Metric
|
|
|
|
- Description
|
|
|
|
- Unit
|
|
|
|
* - Requests
|
|
|
|
- The total number of requests made to the L1I per
|
|
:ref:`normalization-unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`.
|
|
|
|
* - Hits
|
|
|
|
- The total number of L1I requests that hit on a previously loaded cache
|
|
line, per :ref:`normalization-unit <normalization-units>`.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Misses - Non Duplicated
|
|
|
|
- The total number of L1I requests that missed on a cache line that
|
|
*were not* already pending due to another request, per
|
|
:ref:`normalization-unit <normalization-units>`. See note in
|
|
:ref:`desc-l1i-sol` for more detail.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`.
|
|
|
|
* - Misses - Duplicated
|
|
|
|
- The total number of L1I requests that missed on a cache line that *were*
|
|
already pending due to another request, per
|
|
:ref:`normalization-unit <normalization-units>`. See note in
|
|
:ref:`desc-l1i-sol` for more detail.
|
|
|
|
- Requests per :ref:`normalization unit <normalization-units>`
|
|
|
|
* - Cache Hit Rate
|
|
|
|
- The percent of L1I requests that hit [#l1i-cache]_ on a previously loaded
|
|
line the cache. Calculated as the ratio of the number of L1I requests
|
|
that hit over the number of all L1I requests.
|
|
|
|
- Percent
|
|
|
|
L1I - L2 interface
|
|
------------------
|
|
|
|
This panel gives more detail on the data requested across the
|
|
L1I-:doc:`L2 <l2-cache>` interface.
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Metric
|
|
|
|
- Description
|
|
|
|
- Unit
|
|
|
|
* - L1I-L2 BW
|
|
|
|
- The total number of bytes read across the L1I-:doc:`L2 <l2-cache>`
|
|
interface, per :ref:`normalization unit <normalization-units>`.
|
|
|
|
- Bytes per :ref:`normalization unit <normalization-units>`
|
|
|
|
.. rubric:: Footnotes
|
|
|
|
.. [#l1i-cache] Unlike the :doc:`vL1D <vector-l1-cache>` and
|
|
:doc:`L2 <l2-cache>` caches, the L1I cache on AMD Instinct MI-series CDNA
|
|
accelerators does *not* use the "hit-on-miss" approach to reporting cache
|
|
hits. That is, if while satisfying a miss, another request comes in that
|
|
would hit on the same pending cache line, the subsequent request will be
|
|
counted as a *duplicated miss*.
|
|
|
|
.. _desc-spi:
|
|
|
|
Workgroup manager (SPI)
|
|
=======================
|
|
|
|
The workgroup manager (SPI) is the bridge between the
|
|
:doc:`command processor <command-processor>` and the
|
|
:doc:`compute units <compute-unit>`. After the command processor processes a
|
|
kernel dispatch, it will then pass the dispatch off to the workgroup manager,
|
|
which then schedules :ref:`workgroups <desc-workgroup>` onto the compute units.
|
|
As workgroups complete execution and resources become available, the
|
|
workgroup manager will schedule new workgroups onto compute units. The workgroup
|
|
manager’s metrics therefore are focused on reporting the following:
|
|
|
|
* Utilizations of various parts of the accelerator that the workgroup
|
|
manager interacts with (and the workgroup manager itself)
|
|
|
|
* How many workgroups were dispatched, their size, and how many
|
|
resources they used
|
|
|
|
* Percent of scheduler opportunities (cycles) where workgroups failed
|
|
to dispatch, and
|
|
|
|
* Percent of scheduler opportunities (cycles) where workgroups failed
|
|
to dispatch due to lack of a specific resource on the CUs (for instance, too
|
|
many VGPRs allocated)
|
|
|
|
This gives you an idea of why the workgroup manager couldn’t schedule more
|
|
wavefronts onto the device, and is most useful for workloads that you suspect to
|
|
be limited by scheduling or launch rate.
|
|
|
|
As discussed in :doc:`Command processor <command-processor>`, the command
|
|
processor on AMD Instinct MI-series architectures contains four hardware
|
|
scheduler-pipes, each with eight software threads (:mantor-vega10-pdf:`19`). Each
|
|
scheduler-pipe can issue a kernel dispatch to the workgroup manager to schedule
|
|
concurrently. Therefore, some workgroup manager metrics are presented relative
|
|
to the utilization of these scheduler-pipes (for instance, whether all four are
|
|
issuing concurrently).
|
|
|
|
.. note::
|
|
|
|
Current versions of the profiling libraries underlying ROCm Compute Profiler attempt to
|
|
serialize concurrent kernels running on the accelerator, as the performance
|
|
counters on the device are global (that is, shared between concurrent
|
|
kernels). This means that these scheduler-pipe utilization metrics are
|
|
expected to reach (for example) a maximum of one pipe active -- only 25%.
|
|
|
|
Workgroup manager utilizations
|
|
------------------------------
|
|
|
|
This section describes the utilization of the workgroup manager, and the
|
|
hardware components it interacts with.
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
:widths: 20 65 15
|
|
|
|
* - Metric
|
|
|
|
- Description
|
|
|
|
- Unit
|
|
|
|
* - Accelerator utilization
|
|
|
|
- The percent of cycles in the kernel where the accelerator was actively
|
|
doing any work.
|
|
|
|
- Percent
|
|
|
|
* - Scheduler-pipe utilization
|
|
|
|
- The percent of :ref:`total scheduler-pipe cycles <total-pipe-cycles>` in
|
|
the kernel where the scheduler-pipes were actively doing any work. Note:
|
|
this value is expected to range between 0% and 25%. See :ref:`desc-spi`.
|
|
|
|
- Percent
|
|
|
|
* - Workgroup manager utilization
|
|
|
|
- The percent of cycles in the kernel where the workgroup manager was
|
|
actively doing any work.
|
|
|
|
- Percent
|
|
|
|
* - Shader engine utilization
|
|
|
|
- The percent of :ref:`total shader engine cycles <total-se-cycles>` in the
|
|
kernel where any CU in a shader-engine was actively doing any work,
|
|
normalized over all shader-engines. Low values (e.g., << 100%) indicate
|
|
that the accelerator was not fully saturated by the kernel, or a
|
|
potential load-imbalance issue.
|
|
|
|
- Percent
|
|
|
|
* - SIMD utilization
|
|
|
|
- The percent of :ref:`total SIMD cycles <total-simd-cycles>` in the kernel
|
|
where any :ref:`SIMD <desc-valu>` on a CU was actively doing any work,
|
|
summed over all CUs. Low values (less than 100%) indicate that the
|
|
accelerator was not fully saturated by the kernel, or a potential
|
|
load-imbalance issue.
|
|
|
|
- Percent
|
|
|
|
* - Dispatched workgroups
|
|
|
|
- The total number of workgroups forming this kernel launch.
|
|
|
|
- Workgroups
|
|
|
|
* - Dispatched wavefronts
|
|
|
|
- The total number of wavefronts, summed over all workgroups, forming this
|
|
kernel launch.
|
|
|
|
- Wavefronts
|
|
|
|
* - VGPR writes
|
|
|
|
- The average number of cycles spent initializing :ref:`VGPRs <desc-valu>`
|
|
at wave creation.
|
|
|
|
- Cycles/wave
|
|
|
|
* - SGPR Writes
|
|
|
|
- The average number of cycles spent initializing :ref:`SGPRs <desc-salu>`
|
|
at wave creation.
|
|
|
|
- Cycles/wave
|
|
|
|
Resource allocation
|
|
-------------------
|
|
|
|
This panel gives more detail on how workgroups and wavefronts were scheduled
|
|
onto compute units, and what occupancy limiters they hit -- if any. When
|
|
analyzing these metrics, you should also take into account their
|
|
achieved occupancy -- such as
|
|
:ref:`wavefront occupancy <wavefront-runtime-stats>`. A kernel may be occupancy
|
|
limited by LDS usage, for example, but may still achieve high occupancy levels
|
|
such that improving occupancy further may not improve performance. See
|
|
:ref:`occupancy-example` for details.
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Metric
|
|
|
|
- Description
|
|
|
|
- Unit
|
|
|
|
* - Not-scheduled rate (Workgroup Manager)
|
|
|
|
- The percent of :ref:`total scheduler-pipe cycles <total-pipe-cycles>` in
|
|
the kernel where a workgroup could not be scheduled to a
|
|
:doc:`CU <compute-unit>` due to a bottleneck within the workgroup manager
|
|
rather than a lack of a CU or :ref:`SIMD <desc-valu>` with sufficient
|
|
resources. Note: this value is expected to range between 0-25%. See note
|
|
in :ref:`workgroup manager <desc-spi>` description.
|
|
|
|
- Percent
|
|
|
|
* - Not-scheduled rate (Scheduler-Pipe)
|
|
|
|
- The percent of :ref:`total scheduler-pipe cycles <total-pipe-cycles>` in
|
|
the kernel where a workgroup could not be scheduled to a
|
|
:doc:`CU <compute-unit>` due to a bottleneck within the scheduler-pipes
|
|
rather than a lack of a CU or :ref:`SIMD <desc-valu>` with sufficient
|
|
resources. Note: this value is expected to range between 0-25%, see note
|
|
in :ref:`workgroup manager <desc-spi>` description.
|
|
|
|
- Percent
|
|
|
|
* - Scheduler-Pipe Stall Rate
|
|
|
|
- The percent of :ref:`total scheduler-pipe cycles <total-pipe-cycles>` in
|
|
the kernel where a workgroup could not be scheduled to a
|
|
:doc:`CU <compute-unit>` due to occupancy limitations (like a lack of a
|
|
CU or :ref:`SIMD <desc-valu>` with sufficient resources). Note: this
|
|
value is expected to range between 0-25%, see note in
|
|
:ref:`workgroup manager <desc-spi>` description.
|
|
|
|
- Percent
|
|
|
|
* - Scratch Stall Rate
|
|
|
|
- The percent of :ref:`total shader-engine cycles <total-se-cycles>` in the
|
|
kernel where a workgroup could not be scheduled to a
|
|
:doc:`CU <compute-unit>` due to lack of
|
|
:ref:`private (a.k.a., scratch) memory <memory-type>` slots. While this
|
|
can reach up to 100%, note that the actual occupancy limitations on a
|
|
kernel using private memory are typically quite small (for example, less
|
|
than 1% of the total number of waves that can be scheduled to an
|
|
accelerator).
|
|
|
|
- Percent
|
|
|
|
* - Insufficient SIMD Waveslots
|
|
|
|
- The percent of :ref:`total SIMD cycles <total-simd-cycles>` in the kernel
|
|
where a workgroup could not be scheduled to a :ref:`SIMD <desc-valu>`
|
|
due to lack of available :ref:`waveslots <desc-valu>`.
|
|
|
|
- Percent
|
|
|
|
* - Insufficient SIMD VGPRs
|
|
|
|
- The percent of :ref:`total SIMD cycles <total-simd-cycles>` in the kernel
|
|
where a workgroup could not be scheduled to a :ref:`SIMD <desc-valu>`
|
|
due to lack of available :ref:`VGPRs <desc-valu>`.
|
|
|
|
- Percent
|
|
|
|
* - Insufficient SIMD SGPRs
|
|
|
|
- The percent of :ref:`total SIMD cycles <total-simd-cycles>` in the kernel
|
|
where a workgroup could not be scheduled to a :ref:`SIMD <desc-valu>`
|
|
due to lack of available :ref:`SGPRs <desc-salu>`.
|
|
|
|
- Percent
|
|
|
|
* - Insufficient CU LDS
|
|
|
|
- The percent of :ref:`total CU cycles <total-cu-cycles>` in the kernel
|
|
where a workgroup could not be scheduled to a :doc:`CU <compute-unit>`
|
|
due to lack of available :doc:`LDS <local-data-share>`.
|
|
|
|
- Percent
|
|
|
|
* - Insufficient CU Barriers
|
|
|
|
- The percent of :ref:`total CU cycles <total-cu-cycles>` in the kernel
|
|
where a workgroup could not be scheduled to a :doc:`CU <compute-unit>`
|
|
due to lack of available :ref:`barriers <desc-barrier>`.
|
|
|
|
- Percent
|
|
|
|
* - Reached CU Workgroup Limit
|
|
|
|
- The percent of :ref:`total CU cycles <total-cu-cycles>` in the kernel
|
|
where a workgroup could not be scheduled to a :doc:`CU <compute-unit>`
|
|
due to limits within the workgroup manager. This is expected to be
|
|
always be zero on CDNA2 or newer accelerators (and small for previous
|
|
accelerators).
|
|
|
|
- Percent
|
|
|
|
* - Reached CU Wavefront Limit
|
|
|
|
- The percent of :ref:`total CU cycles <total-cu-cycles>` in the kernel
|
|
where a wavefront could not be scheduled to a :doc:`CU <compute-unit>`
|
|
due to limits within the workgroup manager. This is expected to be
|
|
always be zero on CDNA2 or newer accelerators (and small for previous
|
|
accelerators).
|
|
|
|
- Percent
|