Changes between Version 19 and Version 20 of ClrxAsmRocm


Ignore:
Timestamp:
02/08/18 08:00:35 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmRocm

    v19 v20  
    137137Must be defined inside kernel.</p>
    138138<h3>.cws, .reqd_work_group_size</h3>
    139 <p>Syntax: .cws SIZEHINT[, SIZEHINT[, SIZEHINT]]
    140 Syntax: .reqd_work_group_size SIZEHINT[, SIZEHINT[, SIZEHINT]]</p>
     139<p>Syntax: .cws [SIZEHINT][, [SIZEHINT][, [SIZEHINT]]]<br />
     140Syntax: .reqd_work_group_size [SIZEHINT][, [SIZEHINT][, [SIZEHINT]]]</p>
    141141<p>This pseudo-operation must be inside any kernel configuration.
    142142Set reqd_work_group_size hint for this kernel in metadata info.</p>
     
    167167Set exception mask in PGMRSRC2 register value. Value should be 7-bit.</p>
    168168<h3>.fixed_work_group_size</h3>
    169 <p>Syntax: .fixed_work_group_size SIZEHINT[, SIZEHINT[, SIZEHINT]]</p>
     169<p>Syntax: .fixed_work_group_size [SIZEHINT][, [SIZEHINT][, [SIZEHINT]]]</p>
    170170<p>This pseudo-operation must be inside any kernel configuration.
    171171Set fixed_work_group_size for this kernel in metadata info.</p>
     
    427427<p>This pseudo-op must be inside kernel configuration (<code>.config</code>). Set <code>wavefront_size</code>
    428428field in kernel configuration. Value must be a power of two.</p>
     429<h3>.work_group_size_hint</h3>
     430<p>Syntax: .work_group_size_hint [SIZEHINT][, [SIZEHINT][, [SIZEHINT]]]</p>
     431<p>This pseudo-operation must be inside any kernel configuration.
     432Set work_group_size_hint for this kernel in metadata info.</p>
    429433<h3>.workgroup_fbarrier_count</h3>
    430434<p>Syntax: .workgroup_fbarrier_count COUNT</p>
     
    443447<p>This pseudo-op must be inside kernel configuration (<code>.config</code>). Set
    444448<code>workitem_vgpr_count</code> field in kernel configuration.</p>
    445 <h3>.work_group_size_hint</h3>
    446 <p>Syntax: .work_group_size_hint SIZEHINT[, SIZEHINT[, SIZEHINT]]</p>
    447 <p>This pseudo-operation must be inside any kernel configuration.
    448 Set work_group_size_hint for this kernel in metadata info.</p>
    449449<h2>Sample code</h2>
    450450<p>This is sample example of the kernel setup:</p>