Changes between Version 15 and Version 16 of ClrxAsmRocm


Ignore:
Timestamp:
01/28/18 10:00:28 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmRocm

    v15 v16  
    192192registers which can be used during kernel execution.
    193193It counts SGPR registers including VCC, FLAT_SCRATCH and XNACK_MASK.</p>
     194<h3>.target</h3>
     195<p>Syntax: .target "TARGET"</p>
     196<p>Set LLVM target with device name. For example: "amdgcn-amd-amdhsa-amdgizcl-gfx803".</p>
    194197<h3>.tgsize</h3>
    195198<p>This pseudo-op must be inside kernel configuration (<code>.config</code>).
    196199Enable usage of the TG_SIZE_EN.</p>
     200<h3>.tripple</h3>
     201<p>Syntax: .tripple "TRIPPLE"</p>
     202<p>Set LLVM target without device name. For example "amdgcn-amd-amdhsa-amdgizcl" with
     203Fiji device generates target "amdgcn-amd-amdhsa-amdgizcl-gfx803".</p>
    197204<h3>.use_debug_enabled</h3>
    198205<p>This pseudo-op must be inside kernel configuration (<code>.config</code>). Enable <code>is_debug_enabled</code>