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]
487 라인
35 KiB
ReStructuredText
487 라인
35 KiB
ReStructuredText
.. _ipc-example:
|
|
|
|
Instructions-per-cycle and utilizations example
|
|
===============================================
|
|
|
|
For this example, consider the
|
|
:dev-sample:`instructions-per-cycle (IPC) example <ipc.hip>` included with
|
|
ROCm Compute Profiler.
|
|
|
|
This example is compiled using ``c++17`` support:
|
|
|
|
.. code-block:: shell
|
|
|
|
$ hipcc -O3 ipc.hip -o ipc -std=c++17
|
|
|
|
and was run on an MI250 CDNA2 accelerator:
|
|
|
|
.. code-block:: shell
|
|
|
|
$ rocprof-compute profile -n ipc --no-roof -- ./ipc
|
|
|
|
The results shown in this section are *generally* applicable to CDNA
|
|
accelerators, but may vary between generations and specific products.
|
|
|
|
.. _ipc-experiment-design-note:
|
|
|
|
Design note
|
|
-----------
|
|
|
|
The kernels in this example all execute a specific assembly operation
|
|
``N`` times (1000, by default), for instance the ``vmov`` kernel:
|
|
|
|
.. code-block:: cpp
|
|
|
|
template<int N=1000>
|
|
__device__ void vmov_op() {
|
|
int dummy;
|
|
if constexpr (N >= 1) {
|
|
asm volatile("v_mov_b32 v0, v1\n" : : "{v31}"(dummy));
|
|
vmov_op<N - 1>();
|
|
}
|
|
}
|
|
|
|
template<int N=1000>
|
|
__global__ void vmov() {
|
|
vmov_op<N>();
|
|
}
|
|
|
|
The kernels are then launched twice, once for a warm-up run, and once
|
|
for measurement.
|
|
|
|
.. _ipc-valu-utilization:
|
|
|
|
VALU utilization and IPC
|
|
------------------------
|
|
|
|
Now we can use our test to measure the achieved instructions-per-cycle
|
|
of various types of instructions. We start with a simple :ref:`VALU <desc-valu>`
|
|
operation, i.e., a ``v_mov_b32`` instruction, e.g.:
|
|
|
|
.. code-block:: asm
|
|
|
|
v_mov_b32 v0, v1
|
|
|
|
This instruction simply copies the contents from the source register
|
|
(``v1``) to the destination register (``v0``). Investigating this kernel
|
|
with ROCm Compute Profiler, we see:
|
|
|
|
.. code-block:: shell-session
|
|
|
|
$ rocprof-compute analyze -p workloads/ipc/mi200/ --dispatch 7 -b 11.2
|
|
<...>
|
|
--------------------------------------------------------------------------------
|
|
0. Top Stat
|
|
╒════╤═══════════════════════════════╤═════════╤═════════════╤═════════════╤══════════════╤════════╕
|
|
│ │ KernelName │ Count │ Sum(ns) │ Mean(ns) │ Median(ns) │ Pct │
|
|
╞════╪═══════════════════════════════╪═════════╪═════════════╪═════════════╪══════════════╪════════╡
|
|
│ 0 │ void vmov<1000>() [clone .kd] │ 1.00 │ 99317423.00 │ 99317423.00 │ 99317423.00 │ 100.00 │
|
|
╘════╧═══════════════════════════════╧═════════╧═════════════╧═════════════╧══════════════╧════════╛
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
11. Compute Units - Compute Pipeline
|
|
11.2 Pipeline Stats
|
|
╒═════════╤═════════════════════╤═══════╤═══════╤═══════╤══════════════╕
|
|
│ Index │ Metric │ Avg │ Min │ Max │ Unit │
|
|
╞═════════╪═════════════════════╪═══════╪═══════╪═══════╪══════════════╡
|
|
│ 11.2.0 │ IPC │ 1.0 │ 1.0 │ 1.0 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.1 │ IPC (Issued) │ 1.0 │ 1.0 │ 1.0 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.2 │ SALU Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.3 │ VALU Util │ 99.98 │ 99.98 │ 99.98 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.4 │ VMEM Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.5 │ Branch Util │ 0.1 │ 0.1 │ 0.1 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.6 │ VALU Active Threads │ 64.0 │ 64.0 │ 64.0 │ Threads │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.7 │ MFMA Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.8 │ MFMA Instr Cycles │ │ │ │ Cycles/instr │
|
|
╘═════════╧═════════════════════╧═══════╧═══════╧═══════╧══════════════╛
|
|
|
|
Here we see that:
|
|
|
|
1. Both the IPC (**11.2.0**) and “Issued” IPC (**11.2.1**) metrics are
|
|
:math:`\sim 1`
|
|
2. The VALU Utilization metric (**11.2.3**) is also :math:`\sim100\%`, and
|
|
finally
|
|
3. The VALU Active Threads metric (**11.2.4**) is 64, i.e., the wavefront
|
|
size on CDNA accelerators, as all threads in the wavefront are
|
|
active.
|
|
|
|
We will explore the difference between the IPC (**11.2.0**) and “Issued” IPC
|
|
(**11.2.1**) metrics in the :ref:`next section <issued-ipc>`.
|
|
|
|
Additionally, we notice a small (0.1%) Branch utilization (**11.2.5**).
|
|
Inspecting the assembly of this kernel shows there are no branch
|
|
operations, however recalling the note in the :ref:`Pipeline
|
|
statistics <pipeline-stats>` section:
|
|
|
|
The branch utilization <…> includes time spent in other instruction
|
|
types (namely: ``s_endpgm``) that are *typically* a very small
|
|
percentage of the overall kernel execution.
|
|
|
|
We see that this is coming from execution of the ``s_endpgm``
|
|
instruction at the end of every wavefront.
|
|
|
|
.. note::
|
|
|
|
Technically, the cycle counts used in the denominators of our IPC metrics are
|
|
actually in units of quad-cycles, a group of 4 consecutive cycles. However, a
|
|
typical :ref:`VALU <desc-valu>` instruction on CDNA accelerators runs for a
|
|
single quad-cycle (see :gcn-crash-course:`30`). Therefore, for simplicity, we
|
|
simply report these metrics as "instructions per cycle".
|
|
|
|
.. _issued-ipc:
|
|
|
|
Exploring “issued” IPC via MFMA operations
|
|
------------------------------------------
|
|
|
|
.. warning::
|
|
|
|
The MFMA assembly operations used in this example are inherently not portable
|
|
to older CDNA architectures.
|
|
|
|
Unlike the simple quad-cycle ``v_mov_b32`` operation discussed in our
|
|
:ref:`previous example <ipc-valu-utilization>`, some operations take many
|
|
quad-cycles to execute. For example, using the
|
|
`AMD Matrix Instruction Calculator <https://github.com/RadeonOpenCompute/amd_matrix_instruction_calculator#example-of-querying-instruction-information>`_
|
|
we can see that some :ref:`MFMA <desc-mfma>` operations take 64 cycles, e.g.:
|
|
|
|
.. code-block:: shell
|
|
|
|
$ ./matrix_calculator.py --arch CDNA2 --detail-instruction --instruction v_mfma_f32_32x32x8bf16_1k
|
|
Architecture: CDNA2
|
|
Instruction: V_MFMA_F32_32X32X8BF16_1K
|
|
<...>
|
|
Execution statistics:
|
|
FLOPs: 16384
|
|
Execution cycles: 64
|
|
FLOPs/CU/cycle: 1024
|
|
Can co-execute with VALU: True
|
|
VALU co-execution cycles possible: 60
|
|
|
|
What happens to our IPC when we utilize this ``v_mfma_f32_32x32x8bf16_1k``
|
|
instruction on a CDNA2 accelerator? To find out, we turn to our ``mfma`` kernel
|
|
in the IPC example:
|
|
|
|
.. code-block:: shell
|
|
|
|
$ rocprof-compute analyze -p workloads/ipc/mi200/ --dispatch 8 -b 11.2 --decimal 4
|
|
<...>
|
|
--------------------------------------------------------------------------------
|
|
0. Top Stat
|
|
╒════╤═══════════════════════════════╤═════════╤═════════════════╤═════════════════╤═════════════════╤══════════╕
|
|
│ │ KernelName │ Count │ Sum(ns) │ Mean(ns) │ Median(ns) │ Pct │
|
|
╞════╪═══════════════════════════════╪═════════╪═════════════════╪═════════════════╪═════════════════╪══════════╡
|
|
│ 0 │ void mfma<1000>() [clone .kd] │ 1.0000 │ 1623167595.0000 │ 1623167595.0000 │ 1623167595.0000 │ 100.0000 │
|
|
╘════╧═══════════════════════════════╧═════════╧═════════════════╧═════════════════╧═════════════════╧══════════╛
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
11. Compute Units - Compute Pipeline
|
|
11.2 Pipeline Stats
|
|
╒═════════╤═════════════════════╤═════════╤═════════╤═════════╤══════════════╕
|
|
│ Index │ Metric │ Avg │ Min │ Max │ Unit │
|
|
╞═════════╪═════════════════════╪═════════╪═════════╪═════════╪══════════════╡
|
|
│ 11.2.0 │ IPC │ 0.0626 │ 0.0626 │ 0.0626 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼─────────┼─────────┼─────────┼──────────────┤
|
|
│ 11.2.1 │ IPC (Issued) │ 1.0000 │ 1.0000 │ 1.0000 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼─────────┼─────────┼─────────┼──────────────┤
|
|
│ 11.2.2 │ SALU Util │ 0.0000 │ 0.0000 │ 0.0000 │ Pct │
|
|
├─────────┼─────────────────────┼─────────┼─────────┼─────────┼──────────────┤
|
|
│ 11.2.3 │ VALU Util │ 6.2496 │ 6.2496 │ 6.2496 │ Pct │
|
|
├─────────┼─────────────────────┼─────────┼─────────┼─────────┼──────────────┤
|
|
│ 11.2.4 │ VMEM Util │ 0.0000 │ 0.0000 │ 0.0000 │ Pct │
|
|
├─────────┼─────────────────────┼─────────┼─────────┼─────────┼──────────────┤
|
|
│ 11.2.5 │ Branch Util │ 0.0062 │ 0.0062 │ 0.0062 │ Pct │
|
|
├─────────┼─────────────────────┼─────────┼─────────┼─────────┼──────────────┤
|
|
│ 11.2.6 │ VALU Active Threads │ 64.0000 │ 64.0000 │ 64.0000 │ Threads │
|
|
├─────────┼─────────────────────┼─────────┼─────────┼─────────┼──────────────┤
|
|
│ 11.2.7 │ MFMA Util │ 99.9939 │ 99.9939 │ 99.9939 │ Pct │
|
|
├─────────┼─────────────────────┼─────────┼─────────┼─────────┼──────────────┤
|
|
│ 11.2.8 │ MFMA Instr Cycles │ 64.0000 │ 64.0000 │ 64.0000 │ Cycles/instr │
|
|
╘═════════╧═════════════════════╧═════════╧═════════╧═════════╧══════════════╛
|
|
|
|
In contrast to our :ref:`VALU IPC example <ipc-valu-utilization>`, we now see
|
|
that the IPC metric (**11.2.0**) and Issued IPC (**11.2.1**) metric differ
|
|
substantially. First, we see the VALU utilization (**11.2.3**) has decreased
|
|
substantially, from nearly 100% to :math:`\sim6.25\%`. We note that this matches
|
|
the ratio of: :math:`((Execution\ cycles) - (VALU\ coexecution\ cycles)) / (Execution\ cycles)`
|
|
reported by the matrix calculator, while the MFMA utilization (**11.2.7**)
|
|
has increased to nearly 100%.
|
|
|
|
Recall that our ``v_mfma_f32_32x32x8bf16_1k`` instruction takes 64 cycles to
|
|
execute, or 16 quad-cycles, matching our observed MFMA Instruction
|
|
Cycles (**11.2.8**). That is, we have a single instruction executed every 16
|
|
quad-cycles, or :math:`1/16 = 0.0625`, which is almost identical to our IPC
|
|
metric (**11.2.0**). Why then is the Issued IPC metric (**11.2.1**) equal to 1.0?
|
|
|
|
Instead of simply counting the number of instructions issued and
|
|
dividing by the number of cycles the :doc:`CUs </conceptual/compute-unit>` on
|
|
the accelerator were active (as is done for **11.2.0**), this metric is formulated
|
|
differently, and instead counts the number of
|
|
(non-:ref:`internal <ipc-internal-instructions>`) instructions issued divided
|
|
by the number of (quad-) cycles where the :ref:`scheduler <desc-scheduler>` was
|
|
actively working on issuing instructions. Thus the Issued IPC metric
|
|
(**11.2.1**) gives more of a sense of “what percent of the total number of
|
|
:ref:`scheduler <desc-scheduler>` cycles did a wave schedule an instruction?”
|
|
while the IPC metric (**11.2.0**) indicates the ratio of the number of
|
|
instructions executed over the total
|
|
:ref:`active CU cycles <total-active-cu-cycles>`.
|
|
|
|
.. warning::
|
|
|
|
There are further complications of the Issued IPC metric (**11.2.1**) that make
|
|
its use more complicated. We will be explore that in the
|
|
:ref:`following section <ipc-internal-instructions>`. For these reasons,
|
|
ROCm Compute Profiler typically promotes use of the regular IPC metric (**11.2.0**), e.g., in
|
|
the top-level Speed-of-Light chart.
|
|
|
|
.. _ipc-internal-instructions:
|
|
|
|
Internal instructions and IPC
|
|
-----------------------------
|
|
|
|
Next, we explore the concept of an “internal” instruction. From
|
|
:gcn-crash-course:`29`, we see a few candidates for internal instructions, and
|
|
we choose a ``s_nop`` instruction, which according to the
|
|
:mi200-isa-pdf:`CDNA2 ISA guide <>`:
|
|
|
|
Does nothing; it can be repeated in hardware up to eight times.
|
|
|
|
Here we choose to use the following no-op to make our point:
|
|
|
|
.. code-block:: asm
|
|
|
|
s_nop 0x0
|
|
|
|
Running this kernel through ROCm Compute Profiler yields:
|
|
|
|
.. code-block:: shell-session
|
|
|
|
$ rocprof-compute analyze -p workloads/ipc/mi200/ --dispatch 9 -b 11.2
|
|
<...>
|
|
--------------------------------------------------------------------------------
|
|
0. Top Stat
|
|
╒════╤═══════════════════════════════╤═════════╤═════════════╤═════════════╤══════════════╤════════╕
|
|
│ │ KernelName │ Count │ Sum(ns) │ Mean(ns) │ Median(ns) │ Pct │
|
|
╞════╪═══════════════════════════════╪═════════╪═════════════╪═════════════╪══════════════╪════════╡
|
|
│ 0 │ void snop<1000>() [clone .kd] │ 1.00 │ 14221851.50 │ 14221851.50 │ 14221851.50 │ 100.00 │
|
|
╘════╧═══════════════════════════════╧═════════╧═════════════╧═════════════╧══════════════╧════════╛
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
11. Compute Units - Compute Pipeline
|
|
11.2 Pipeline Stats
|
|
╒═════════╤═════════════════════╤═══════╤═══════╤═══════╤══════════════╕
|
|
│ Index │ Metric │ Avg │ Min │ Max │ Unit │
|
|
╞═════════╪═════════════════════╪═══════╪═══════╪═══════╪══════════════╡
|
|
│ 11.2.0 │ IPC │ 6.79 │ 6.79 │ 6.79 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.1 │ IPC (Issued) │ 1.0 │ 1.0 │ 1.0 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.2 │ SALU Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.3 │ VALU Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.4 │ VMEM Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.5 │ Branch Util │ 0.68 │ 0.68 │ 0.68 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.6 │ VALU Active Threads │ │ │ │ Threads │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.7 │ MFMA Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.8 │ MFMA Instr Cycles │ │ │ │ Cycles/instr │
|
|
╘═════════╧═════════════════════╧═══════╧═══════╧═══════╧══════════════╛
|
|
|
|
First, we see that the IPC metric (**11.2.0**) tops our theoretical maximum
|
|
of 5 instructions per cycle (discussed in the :ref:`scheduler <desc-scheduler>`
|
|
section). How can this be?
|
|
|
|
Recall that :gcn-crash-course:`27` say “no functional unit” for the internal
|
|
instructions. This removes the limitation on the IPC. If we are *only*
|
|
issuing internal instructions, we are not issuing to any execution
|
|
units! However, workloads such as these are almost *entirely* artificial
|
|
(that is, repeatedly issuing internal instructions almost exclusively). In
|
|
practice, a maximum of IPC of 5 is expected in almost all cases.
|
|
|
|
Secondly, note that our “Issued” IPC (**11.2.1**) is still identical to
|
|
the one here. Again, this has to do with the details of “internal”
|
|
instructions. Recall in our :ref:`previous example <issued-ipc>` we defined
|
|
this metric as explicitly excluding internal instruction counts. The
|
|
logical question then is, "what *is* this metric counting in our
|
|
``s_nop`` kernel?"
|
|
|
|
The generated assembly looks something like:
|
|
|
|
.. code-block:: asm
|
|
|
|
;;#ASMSTART
|
|
s_nop 0x0
|
|
;;#ASMEND
|
|
;;#ASMSTART
|
|
s_nop 0x0
|
|
;;#ASMEND
|
|
;;<... omitting many more ...>
|
|
s_endpgm
|
|
.section .rodata,#alloc
|
|
.p2align 6, 0x0
|
|
.amdhsa_kernel _Z4snopILi1000EEvv
|
|
|
|
Of particular interest here is the ``s_endpgm`` instruction, of which
|
|
the `CDNA2 ISA
|
|
guide <https://www.amd.com/system/files/TechDocs/instinct-mi200-cdna2-instruction-set-architecture.pdf>`__
|
|
states:
|
|
|
|
End of program; terminate wavefront.
|
|
|
|
This is not on our list of internal instructions from
|
|
:gcn-crash-course:`The AMD GCN Architecture <>`, and is therefore counted as part
|
|
of our Issued IPC (**11.2.1**). Thus, the issued IPC being equal to one here
|
|
indicates that we issued an ``s_endpgm`` instruction every cycle the
|
|
:ref:`scheduler <desc-scheduler>` was active for non-internal instructions, which
|
|
is expected as this was our *only* non-internal instruction.
|
|
|
|
SALU Utilization
|
|
----------------
|
|
|
|
Next, we explore a simple :ref:`SALU <desc-salu>` kernel in our on-going IPC and
|
|
utilization example. For this case, we select a simple scalar move
|
|
operation, for instance:
|
|
|
|
.. code-block:: asm
|
|
|
|
s_mov_b32 s0, s1
|
|
|
|
which, in analogue to our :ref:`v_mov <ipc-valu-utilization>` example, copies the
|
|
contents of the source scalar register (``s1``) to the destination
|
|
scalar register (``s0``). Running this kernel through ROCm Compute Profiler yields:
|
|
|
|
.. code-block:: shell-session
|
|
|
|
$ rocprof-compute analyze -p workloads/ipc/mi200/ --dispatch 10 -b 11.2
|
|
<...>
|
|
--------------------------------------------------------------------------------
|
|
0. Top Stat
|
|
╒════╤═══════════════════════════════╤═════════╤═════════════╤═════════════╤══════════════╤════════╕
|
|
│ │ KernelName │ Count │ Sum(ns) │ Mean(ns) │ Median(ns) │ Pct │
|
|
╞════╪═══════════════════════════════╪═════════╪═════════════╪═════════════╪══════════════╪════════╡
|
|
│ 0 │ void smov<1000>() [clone .kd] │ 1.00 │ 96246554.00 │ 96246554.00 │ 96246554.00 │ 100.00 │
|
|
╘════╧═══════════════════════════════╧═════════╧═════════════╧═════════════╧══════════════╧════════╛
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
11. Compute Units - Compute Pipeline
|
|
11.2 Pipeline Stats
|
|
╒═════════╤═════════════════════╤═══════╤═══════╤═══════╤══════════════╕
|
|
│ Index │ Metric │ Avg │ Min │ Max │ Unit │
|
|
╞═════════╪═════════════════════╪═══════╪═══════╪═══════╪══════════════╡
|
|
│ 11.2.0 │ IPC │ 1.0 │ 1.0 │ 1.0 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.1 │ IPC (Issued) │ 1.0 │ 1.0 │ 1.0 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.2 │ SALU Util │ 99.98 │ 99.98 │ 99.98 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.3 │ VALU Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.4 │ VMEM Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.5 │ Branch Util │ 0.1 │ 0.1 │ 0.1 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.6 │ VALU Active Threads │ │ │ │ Threads │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.7 │ MFMA Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.8 │ MFMA Instr Cycles │ │ │ │ Cycles/instr │
|
|
╘═════════╧═════════════════════╧═══════╧═══════╧═══════╧══════════════╛
|
|
|
|
Here we see that:
|
|
|
|
- Both our IPC (**11.2.0**) and Issued IPC (**11.2.1**) are
|
|
:math:`\sim1.0` as expected, and
|
|
|
|
- The SALU Utilization (**11.2.2**) was
|
|
nearly 100% as it was active for almost the entire kernel.
|
|
|
|
VALU Active Threads
|
|
-------------------
|
|
|
|
For our final IPC/Utilization example, we consider a slight modification
|
|
of our :ref:`v_mov <ipc-valu-utilization>` example:
|
|
|
|
.. code-block:: cpp
|
|
|
|
template<int N=1000>
|
|
__global__ void vmov_with_divergence() {
|
|
if (threadIdx.x % 64 == 0)
|
|
vmov_op<N>();
|
|
}
|
|
|
|
That is, we wrap our :ref:`VALU <desc-valu>` operation inside a conditional
|
|
where only one lane in our wavefront is active. Running this kernel
|
|
through ROCm Compute Profiler yields:
|
|
|
|
.. code-block:: shell-session
|
|
|
|
$ rocprof-compute analyze -p workloads/ipc/mi200/ --dispatch 11 -b 11.2
|
|
<...>
|
|
--------------------------------------------------------------------------------
|
|
0. Top Stat
|
|
╒════╤══════════════════════════════════════════╤═════════╤═════════════╤═════════════╤══════════════╤════════╕
|
|
│ │ KernelName │ Count │ Sum(ns) │ Mean(ns) │ Median(ns) │ Pct │
|
|
╞════╪══════════════════════════════════════════╪═════════╪═════════════╪═════════════╪══════════════╪════════╡
|
|
│ 0 │ void vmov_with_divergence<1000>() [clone │ 1.00 │ 97125097.00 │ 97125097.00 │ 97125097.00 │ 100.00 │
|
|
│ │ .kd] │ │ │ │ │ │
|
|
╘════╧══════════════════════════════════════════╧═════════╧═════════════╧═════════════╧══════════════╧════════╛
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
11. Compute Units - Compute Pipeline
|
|
11.2 Pipeline Stats
|
|
╒═════════╤═════════════════════╤═══════╤═══════╤═══════╤══════════════╕
|
|
│ Index │ Metric │ Avg │ Min │ Max │ Unit │
|
|
╞═════════╪═════════════════════╪═══════╪═══════╪═══════╪══════════════╡
|
|
│ 11.2.0 │ IPC │ 1.0 │ 1.0 │ 1.0 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.1 │ IPC (Issued) │ 1.0 │ 1.0 │ 1.0 │ Instr/cycle │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.2 │ SALU Util │ 0.1 │ 0.1 │ 0.1 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.3 │ VALU Util │ 99.98 │ 99.98 │ 99.98 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.4 │ VMEM Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.5 │ Branch Util │ 0.2 │ 0.2 │ 0.2 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.6 │ VALU Active Threads │ 1.13 │ 1.13 │ 1.13 │ Threads │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.7 │ MFMA Util │ 0.0 │ 0.0 │ 0.0 │ Pct │
|
|
├─────────┼─────────────────────┼───────┼───────┼───────┼──────────────┤
|
|
│ 11.2.8 │ MFMA Instr Cycles │ │ │ │ Cycles/instr │
|
|
╘═════════╧═════════════════════╧═══════╧═══════╧═══════╧══════════════╛
|
|
|
|
Here we see that once again, our VALU Utilization (**11.2.3**) is nearly
|
|
100%. However, we note that the VALU Active Threads metric (**11.2.6**) is
|
|
:math:`\sim 1`, which matches our conditional in the source code. So
|
|
VALU Active Threads reports the average number of lanes of our wavefront
|
|
that are active over all :ref:`VALU <desc-valu>` instructions, or thread
|
|
“convergence” (i.e., 1 - :ref:`divergence <desc-divergence>`).
|
|
|
|
.. note::
|
|
|
|
1. The act of evaluating a vector conditional in this example typically triggers VALU operations, contributing to why the VALU Active Threads metric is not identically one.
|
|
2. This metric is a time (cycle) averaged value, and thus contains an implicit dependence on the duration of various VALU instructions.
|
|
|
|
Nonetheless, this metric serves as a useful measure of thread-convergence.
|
|
|
|
Finally, we note that our branch utilization (**11.2.5**) has increased
|
|
slightly from our baseline, as we now have a branch (checking the value
|
|
of ``threadIdx.x``).
|