Changes between Version 44 and Version 45 of ClrxAsmAmdCl2


Ignore:
Timestamp:
07/01/18 08:00:42 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmdCl2

    v44 v45  
    4141<p>The CLRX assembler allow to use one of two ways to configure kernel setup:
    4242for human (<code>.config</code>) and for quick recompilation (kernel setup, stub, metadata content).</p>
    43 <p>In HSA layout mode the kernel codes in single main code section and no code section
    44 for each kernel.</p>
     43<p>In the HSA layout mode the kernel codes in single main code section and no code section
     44for each kernel. The HSA layout mode can be enabled only for newer binary format.</p>
    4545<h2>Register usage setup</h2>
    4646<p>The CLRX assembler automatically sets number of used VGPRs and number of used SGPRs.
     
    232232<p>This pseudo-op enabled HSA layout mode (source code layout similar to Gallium binary format
    233233layout or ROCm layout) where code of the kernels is in single main code section and
    234 kernels are aligned and kernel setup is skipped in section code.</p>
     234kernels are aligned and kernel setup is skipped in section code.
     235Only allowed for newer driver version binaries.</p>
    235236<h3>.ieeemode</h3>
    236237<p>This pseudo-op must be inside any kernel configuration. Set ieee-mode.</p>