Changes between Version 38 and Version 39 of OpenCL_Memo


Ignore:
Timestamp:
Dec 12, 2011 7:35:40 PM (13 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCL_Memo

    v38 v39  
    44 
    55||               || lines || performance || 
    6 || no hint       || 1567  ||             || 
    7 || with the hint || 333   ||             || 
     6|| no hint       || 1567  || 23.1 sec    || 
     7|| with the hint || 333   || 43.0 sec    || 
    88 
    9 This hint amazingly reduces the size of the generated kernel code! Cool! 
     9This hint amazingly reduces the size of the generated kernel code. But... OK, a shorter code is not always a faster code. Still working... 
    1010 
    1111== How to use "ioc" command equipped with Intel SDK. ==