Changes between Version 13 and Version 14 of ClrxAsmAmdCl2


Ignore:
Timestamp:
05/10/16 14:00:25 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmdCl2

    v13 v14  
    1313<p>A CLRadeonExtender supports two versions of binary formats for OpenCL 2.0: newer (since
    1414AMD OpenCL 1912.05) and older (before 1912.05 driver version).</p>
     15<p>Special section to define global data for all kernels:</p>
     16<ul>
     17<li><code>rodata</code>, <code>.globaldata</code> - read-only constant (global) data</li>
     18<li><code>.rwdata</code>, <code>.data</code> - read-write global data</li>
     19<li><code>.bss</code>, <code>.bssdata</code> - allocatable read-write data</li>
     20</ul>
    1521<h2>Relocations</h2>
    1622<p>An CLRX assembler handles relocations to symbol at global data, global rwdata and