File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
docs/website/docs/guides/deployment-configurations Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,16 @@ environment. It can be verified by the following steps:
5353
5454 ``` console
5555 $ hipInfo.exe
56+
57+ --------------------------------------------------------------------------------
58+ device# 0
59+ Name: AMD Radeon PRO W7900 Dual Slot
60+ pciBusID: 35
61+ pciDeviceID: 0
62+ pciDomainID: 0
63+ multiProcessorCount: 48
64+
65+ ...
5666 ```
5767
5868 If `hipInfo.exe` does not exist, you will need to install the latest
@@ -217,9 +227,18 @@ is the most general.
217227 to get target chip information for the first GPU device on our system. This
218228 information can be queried in several ways:
219229
230+ * The `amdgpu-arch` program on Linux and Windows:
231+
232+ ```bash
233+ amdgpu-arch
234+
235+ # gfx1100
236+ # gfx1100
237+ ```
238+
220239 * The
221240 [`rocm_agent_enumerator`](https://rocm.docs.amd.com/projects/rocminfo/en/latest/how-to/use-rocm-agent-enumerator.html)
222- program:
241+ program on Linux :
223242
224243 ```bash
225244 rocm_agent_enumerator
@@ -243,7 +262,7 @@ is the most general.
243262
244263 * The
245264 [ROCmInfo](https://rocm.docs.amd.com/projects/rocminfo/en/latest/how-to/use-rocminfo.html)
246- program:
265+ program on Linux :
247266
248267 ```bash
249268 rocminfo
You can’t perform that action at this time.
0 commit comments