Changes between Version 8 and Version 9 of GcnInstrsSmrd


Ignore:
Timestamp:
06/29/16 21:00:24 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsSmrd

    v8 v9  
    5454For S_BUFFER_LOAD_DWORD* instructions, 4 SBASE SGPRs holds a buffer descriptor.
    5555In this case, SBASE must be a multipla of 2.</p>
    56 <p>The SMRD instructions can return the resul data out of the order. Any SMRD operation
     56<p>The SMRD instructions can return the result data out of the order. Any SMRD operation
    5757(including S_MEMTIME) increments LGKM_CNT counter. The best way to wait for results
    5858is <code>S_WAITCNT LGKMCNT(0)</code>.</p>