05a6d017c6
* initial edits * mono repo related updates * standardize component name * style edits * more edits
23 wiersze
648 B
ReStructuredText
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.
|
|
|