Changes between Version 42 and Version 43 of OpenCL_Memo


Ignore:
Timestamp:
Dec 12, 2011 11:01:42 PM (13 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCL_Memo

    v42 v43  
    88 
    99This hint amazingly reduces the size of the generated assembly code. 
    10 Without this attribute, the generated code includes two functions: (1) the code without unrolling and (2) the code over unrolled.  
     10Without this attribute, the generated code includes two functions: (1) the code without unrolling and (2) the code over unrolled (8 stages! To fully utilize L1?).  
    1111Due to this, the generated assembly file is large but we don't know which code is really used. 
    1212