Changes between Version 21 and Version 22 of OpenCLTransformation
- Timestamp:
- 08/22/14 16:14:24 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenCLTransformation
v21 v22 58 58 void __kernel foo( __qualifier type bar, ...){} 59 59 }}} 60 61 OpenCL follows the relaxed memory consistency model, where memory is only guaranteed to be consistent with barriers or queue events. 60 62 61 63 The address qualifiers are as follows:
