Changes between Version 17 and Version 18 of OpenCLTransformation
- Timestamp:
- 08/21/14 13:34:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenCLTransformation
v17 v18 56 56 The address qualifiers are as follows: 57 57 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. 62 62 63 63 == Methods and equivalents ==
