logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

rocm_agent_enumerator - list all available AMD GCN ISA

Description

rocm_agent_enumerator  uses  four different ways to generate the list of available AMD Graphics Core Next
       ISA:

       1. ROCM_TARGET_LST : a user defined environment variable, set to the path and filename where to find  the
       "target.lst" file. This can be used in an install environment with sandbox, where execution of "rocminfo"
       is not possible.

       2. target.lst : user-supplied text file, in the same folder as "rocm_agent_enumerator". This is used in a
       container setting where ROCm stack may usually not available.

       3. rocminfo : a tool shipped with this script to enumerate GPU agents available on a working ROCm stack.

       4. lspci : enumerate PCI bus and locate supported devices from a hard-coded lookup table.

rocm_agent_enumerator 3.3.0                         May 2020                            ROCM-AGENT-ENUMERATOR(1)

Name

       rocm_agent_enumerator - list all available AMD GCN ISA

Synopsis

rocm_agent_enumerator

See Also