Changes between Version 2 and Version 3 of CUDA Documentation
- Timestamp:
- 07/26/21 16:37:17 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CUDA Documentation
v2 v3 6 6 * `__syncthreads` 7 7 * `__shared__` 8 * Enqueuing multiple kernel calls with the null stream8 * Enqueuing multiple kernel calls into streams 9 9 * `cudaMalloc` 10 10 * `cudaMemcpy` … … 14 14 == Major Limitations == 15 15 16 * Lacks support for other stream types17 18 16 === Missing Features === 19 17
