Changes between Version 24 and Version 25 of ClrxDisasm
- Timestamp:
- 02/15/25 22:21:23 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClrxDisasm
v24 v25 3 3 #!html 4 4 <h2>CLRadeonExtender Disassembler</h2> 5 <p>The CLRadeonExtender provides adisassembler that can disassemble code5 <p>The CLRadeonExtender provides the disassembler that can disassemble code 6 6 for the Radeon GPU's based on the GCN 1.0/1.1/1.2/1.4 (AMD VEGA) architecture. 7 7 Program is called <code>clrxdisasm</code>.</p> … … 10 10 structure of the binaries (kernels and their configuration). Output of that program 11 11 can be used as input to the CLRX assembler if option '--all' will be used.</p> 12 <p> Adisassembler can detect automatically binary format, bitness of the binary.</p>13 <h3>Invoking adisassembler</h3>12 <p>The disassembler can detect automatically binary format, bitness of the binary.</p> 13 <h3>Invoking the disassembler</h3> 14 14 <p>The <code>clrxdisasm</code> can be invoked in following way:</p> 15 15 <p>clrxdisasm [-mdcCfsHLhar3?] [-g GPUDEVICE] [-a ARCH] [-t VERSION] [--metadata] [--data] … … 80 80 Goose, Hainan, Hawaii, Horse, Iceland, Kalindi, Mullins, Oland, Pitcairn, Polaris10, 81 81 Polaris11, Polaris12, Polaris20, Polaris21, Polaris22, Raven, Spectre, Spooky, Stoney, 82 Tahiti, Tonga, Topaz, Vega10, Vega11, Vega12 and Vega20.</p>82 Tahiti, Tonga, Topaz, Vega10, Vega11, Vega12, Vega20, GFX1000, GFX1010, GFX1011, Navi10.</p> 83 83 </li> 84 84 <li> … … 86 86 <p>Choose device architecture. Architecture name is case-insensitive. 87 87 List of supported architectures: 88 SI, VI, CI, VEGA, VEGA20, GFX6, GFX7, GFX8, GFX9, GFX906, GCN1.0, GCN1.1, GCN1.2,89 GCN1. 4 and GCN1.4.1.</p>88 SI, VI, CI, VEGA, VEGA20, Navi, NaviDL, GFX6, GFX7, GFX8, GFX9, GFX906, GFX10, GFX1011, 89 GCN1.0, GCN1.1, GCN1.2, GCN1.4, GCN1.4.1, GCN1.5, GCN1.5.1.</p> 90 90 </li> 91 91 <li>