Changes between Version 24 and Version 25 of ClrxAsmAmdCl2


Ignore:
Timestamp:
09/16/17 17:00:42 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmdCl2

    v24 v25  
    311311<p>Syntax: .sgprsnum REGNUM</p>
    312312<p>This pseudo-op must be inside any kernel configuration. Set number of scalar
    313 registers which can be used during kernel execution.</p>
     313registers which can be used during kernel execution. In old-config style,
     314it counts SGPR registers excluding VCC, FLAT_SCRATCH and XNACK_MASK.
     315In HSA-config style, it counts SGPR registers including VCC, FLAT_SCRATCH and XNACK_MASK
     316(like ROCm).</p>
    314317<h3>.stub</h3>
    315318<p>Go to kernel stub content section. Only allowed for older driver version binaries.</p>