Changes between Version 30 and Version 31 of ClrxAsmAmd


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmd

    v30 v31  
    144144set zeroes in two last component instead ones. We recomment to fill all components.</p>
    145145<h3>.dims</h3>
    146 <p>Syntax: .dims DIMENSIONS</p>
     146<p>Syntax: .dims DIMENSIONS<br />
     147Syntax: .dims GID_DIMS, LID_DIMS</p>
    147148<p>This pseudo-operation must be inside kernel configuration. Define what dimensions
    148 (from list: x, y, z) will be used to determine space of the kernel execution.</p>
     149(from list: x, y, z) will be used to determine space of the kernel execution.
     150In second syntax form, the dimensions are given for group_id (GID_DIMS) and for local_id
     151(LID_DIMS) separately.</p>
    149152<h3>.driver_info</h3>
    150153<p>Syntax: .driver_info "INFO"</p>