Changes between Version 6 and Version 7 of Notes_on_CUDA_Semantics


Ignore:
Timestamp:
06/13/14 13:30:41 (12 years ago)
Author:
andrevm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Notes_on_CUDA_Semantics

    v6 v7  
    246246Similarly, device-only functions cannot be called from host-code.
    247247
     248=== Vector Types ===
     249
     250Vector types (including `dim3`) should be able to be represented with a struct with members `x`, `y`, `z`, and `w`.
     251
    248252== Other Resources ==
    249253