Changes between Version 39 and Version 40 of ClrxAsmAmdCl2


Ignore:
Timestamp:
05/19/18 16:00:40 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmdCl2

    v39 v40  
    188188<code>.use_ptr64</code> (if 64-bit binaries) and private_elem_size is 4 bytes.</p>
    189189<h3>.dims</h3>
    190 <p>Syntax: .dims DIMENSIONS</p>
     190<p>Syntax: .dims DIMENSIONS<br />
     191Syntax: .dims GID_DIMS, LID_DIMS</p>
    191192<p>This pseudo-operation must be inside any kernel configuration. Define what dimensions
    192 (from list: x, y, z) will be used to determine space of the kernel execution.</p>
     193(from list: x, y, z) will be used to determine space of the kernel execution.
     194In second syntax form, the dimensions are given for group_id (GID_DIMS) and for local_id
     195(LID_DIMS) separately.</p>
    193196<h3>.driver_version</h3>
    194197<p>Syntax: .driver_version VERSION</p>