Changes between Version 10 and Version 11 of Notes_on_CUDA_Semantics
- Timestamp:
- 06/30/21 07:25:01 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notes_on_CUDA_Semantics
v10 v11 2 2 3 3 * CUDA kernels with the `__global__` specifier 4 * The dim3 struct type 4 5 * Use of the CUDA variables `threadIdx`, `blockIdx`, `gridDim`, and `blockDim` 5 6 * `__syncthreads` … … 9 10 * `cudaFree` 10 11 * `cudaDeviceSynchronize` 12 13 == Major Limitations == 14 15 * Support for other stream types 16 17 === Missing Features === 18 19 * Use of the 11 20 12 21 == Cuda Programming Model ==
