Changes between Version 31 and Version 32 of ClrxAsmAmdCl2


Ignore:
Timestamp:
02/03/18 14:00:32 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmdCl2

    v31 v32  
    384384<p>This pseudo-op must be inside kernel HSA configuration (<code>.hsaconfig</code>). Set number of
    385385registers for USERDATA.</p>
     386<h3>.vectypehint</h3>
     387<p>Syntax: .vectypehint OPENCLTYPE</p>
     388<p>This pseudo-operation must be inside any kernel configuration.
     389Set vectypehint for kernel. The argument is OpenCL type.</p>
    386390<h3>.vgprsnum</h3>
    387391<p>Syntax: .vgprsnum REGNUM</p>
     
    396400<p>This pseudo-op must be inside kernel HSA configuration (<code>.hsaconfig</code>).
    397401Set <code>wavefront_size</code> field in kernel configuration. Value must be a power of two.</p>
     402<h3>.work_group_size_hint</h3>
     403<p>Syntax: .work_group_size_hint SIZEHINT[, SIZEHINT[, SIZEHINT]]</p>
     404<p>This pseudo-operation must be inside any kernel configuration.
     405Set work_group_size_hint for this kernel.</p>
    398406<h3>.workgroup_fbarrier_count</h3>
    399407<p>Syntax: .workgroup_fbarrier_count COUNT</p>