Changes between Version 7 and Version 8 of Notes_on_CUDA_Semantics
- Timestamp:
- 06/20/14 10:19:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notes_on_CUDA_Semantics
v7 v8 244 244 }}} 245 245 246 Similarly, device-only functions cannot be called from host-code. 246 Similarly, device-only functions cannot be called from host-code. However, I will not be implementing this feature until it becomes clear that correct verification of Cuda programs relies on detecting such memory accesses. 247 247 248 248 === Vector Types ===
