Files
rocm-systems/projects/rocminfo/docs/how-to/use-rocm-agent-enumerator.rst
yugang-amd 05a6d017c6 [ROCmInfo] docs: mono-repo changes and style edits (#2584)
* initial edits

* mono repo related updates

* standardize component name

* style edits

* more edits
2026-01-20 18:06:54 -05:00

23 wiersze
648 B
ReStructuredText

.. meta::
:description: agent, enumerator rocminfo
:keywords: install, rocminfo, AMD, ROCm
Using ROCm agent enumerator
-----------------------------
The ``rocm_agent_enumerator`` tool prints a list of available AMD GCN ISA or acthitecture names. With the option ``-name``, it prints out architecture names that can be used by third-party scripts to determine which ISAs are required to execute code across all GPUs in the system.
See the following example output of the ``rocm_agent_enumerator`` command on a system with an MI300X installation:
.. code-block::
gfx000
gfx941
.. Note::
``gfx000`` represents the CPU agent.