Changes between Version 18 and Version 19 of OpenCLTransformation


Ignore:
Timestamp:
08/21/14 13:34:56 (12 years ago)
Author:
fuufusuu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCLTransformation

    v18 v19  
    5555
    5656The address qualifiers are as follows:
    57 
     57{{{
    5858* __global : memory allocated from global address space, images are global by default.
    5959* __constant : a region of read-only memory.
    6060* __local : memory shared by work-group.
    6161* __private : private per work-item memory.
     62}}}
    6263
    6364== Methods and equivalents ==