Changes between Version 10 and Version 11 of Notes_on_CUDA_Semantics


Ignore:
Timestamp:
06/30/21 07:25:01 (5 years ago)
Author:
Alex Wilton
Comment:

Started limitations section.

Legend:

Unmodified
Added
Removed
Modified
  • Notes_on_CUDA_Semantics

    v10 v11  
    22
    33* CUDA kernels with the `__global__` specifier
     4* The dim3 struct type
    45* Use of the CUDA variables `threadIdx`, `blockIdx`, `gridDim`, and `blockDim`
    56* `__syncthreads`
     
    910* `cudaFree`
    1011* `cudaDeviceSynchronize`
     12
     13== Major Limitations ==
     14
     15* Support for other stream types
     16
     17=== Missing Features ===
     18
     19* Use of the
    1120
    1221== Cuda Programming Model ==