Changes between Version 11 and Version 12 of ClrxDisasm


Ignore:
Timestamp:
01/07/17 11:00:22 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxDisasm

    v11 v12  
    1212<h3>Invoking a disassembler</h3>
    1313<p>The <code>clrxdisasm</code> can be invoked in following way:</p>
    14 <p>clrxdisasm [-mdcCfhar?] [-g GPUDEVICE] [-a ARCH] [--metadata] [--data] [--calNotes]
    15 [--config] [--floats] [--hexcode] [--all] [--raw] [--gpuType=GPUDEVICE] [--arch=ARCH]
    16 [--buggyFPLit] [--help] [--usage] [--version] [file...]</p>
     14<p>clrxdisasm [-mdcCfhar?] [-g GPUDEVICE] [-a ARCH] [-t VERSION] [--metadata] [--data]
     15[--calNotes] [--config] [--floats] [--hexcode] [--all] [--raw] [--gpuType=GPUDEVICE]
     16[--arch=ARCH] [--driverVersion=VERSION] [--buggyFPLit] [--help] [--usage] [--version]
     17[file...]</p>
    1718<h3>Program Options</h3>
    1819<p>Following options <code>clrxdisasm</code> can recognize:</p>
     
    7273</li>
    7374<li>
     75<p><strong>-t VERSION</strong>, <strong>--driverVersion=VERSION</strong></p>
     76<p>Choose AMD Catalyst OpenCL driver version for which binaries are generated.
     77Version can retrieved from clinfo program that display field 'Driver version'
     78where version is. Version is number in that form: MajorVersion*100 + MinorVersion.
     79Used for AMD OpenCL 2.0 binaries.</p>
     80</li>
     81<li>
    7482<p><strong>--buggyFPLit</strong></p>
    7583<p>Choose old and buggy floating point literals rules (to 0.1.2 version)