Changes between Version 7 and Version 8 of Notes_on_CUDA_Semantics


Ignore:
Timestamp:
06/20/14 10:19:49 (12 years ago)
Author:
andrevm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Notes_on_CUDA_Semantics

    v7 v8  
    244244}}}
    245245
    246 Similarly, device-only functions cannot be called from host-code.
     246Similarly, 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.
    247247
    248248=== Vector Types ===