Changes between Version 40 and Version 41 of ClrxAsmAmdCl2


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmdCl2

    v40 v41  
    193193(from list: x, y, z) will be used to determine space of the kernel execution.
    194194In second syntax form, the dimensions are given for group_id (GID_DIMS) and for local_id
    195 (LID_DIMS) separately.</p>
     195(LID_DIMS) separately. If you use first syntax with single argument and if your kernel use
     196enqueue (<code>.useenqueue</code>) then all dimensions for local_id will be always enabled,
     197if you do not want it then use second syntax.</p>
    196198<h3>.driver_version</h3>
    197199<p>Syntax: .driver_version VERSION</p>