Changes between Version 17 and Version 18 of OpenCLTransformation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCLTransformation

    v17 v18  
    5656The address qualifiers are as follows:
    5757
    58 * '__global' : memory allocated from global address space, images are global by default.
    59 * '__constant' : a region of read-only memory.
    60 * '__local' : memory shared by work-group.
    61 * '__private' : private per work-item memory.
     58* __global : memory allocated from global address space, images are global by default.
     59* __constant : a region of read-only memory.
     60* __local : memory shared by work-group.
     61* __private : private per work-item memory.
    6262
    6363== Methods and equivalents ==