Changes between Version 6 and Version 7 of Notes_on_CUDA_Semantics
- Timestamp:
- 06/13/14 13:30:41 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notes_on_CUDA_Semantics
v6 v7 246 246 Similarly, device-only functions cannot be called from host-code. 247 247 248 === Vector Types === 249 250 Vector types (including `dim3`) should be able to be represented with a struct with members `x`, `y`, `z`, and `w`. 251 248 252 == Other Resources == 249 253
