Changes between Version 21 and Version 22 of ClrxDisasm


Ignore:
Timestamp:
06/26/18 22:00:47 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxDisasm

    v21 v22  
    1212<h3>Invoking a disassembler</h3>
    1313<p>The <code>clrxdisasm</code> can be invoked in following way:</p>
    14 <p>clrxdisasm [-mdcCfsHhar?] [-g GPUDEVICE] [-a ARCH] [-t VERSION] [--metadata] [--data]
    15 [--calNotes] [--config] [--floats] [--hexcode] [--setup] [--HSAConfig] [--all]
    16 [--raw] [--gpuType=GPUDEVICE] [--arch=ARCH] [--driverVersion=VERSION]
     14<p>clrxdisasm [-mdcCfsHLhar?] [-g GPUDEVICE] [-a ARCH] [-t VERSION] [--metadata] [--data]
     15[--calNotes] [--config] [--floats] [--hexcode] [--setup] [--HSAConfig] [--HSALayout]
     16[--all] [--raw] [--gpuType=GPUDEVICE] [--arch=ARCH] [--driverVersion=VERSION]
    1717[--llvmVersion=VERSION] [--buggyFPLit] [--help] [--usage] [--version] [file...]</p>
    1818<h3>Program Options</h3>
     
    5454</li>
    5555<li>
    56 <p><strong>-H*, </strong>--HSAConfig**</p>
     56<p><strong>-H</strong>, <strong>--HSAConfig</strong></p>
    5757<p>Print AMD OpenCL 2.0 kernel setup configuration as AMD HSA configuration.</p>
     58</li>
     59<li>
     60<p><strong>-L</strong>, <strong>--HSALayout</strong></p>
     61<p>Print AMD OpenCL 2.0 code like Gallium or ROCm: print text section as program code
     62with kernel names.</p>
    5863</li>
    5964<li>