Changes between Version 1 and Version 2 of CUDA Documentation


Ignore:
Timestamp:
07/02/21 15:20:53 (5 years ago)
Author:
Alex Wilton
Comment:

Added shared to supported features list

Legend:

Unmodified
Added
Removed
Modified
  • CUDA Documentation

    v1 v2  
    55* Use of the CUDA variables `threadIdx`, `blockIdx`, `gridDim`, and `blockDim`
    66* `__syncthreads`
     7* `__shared__`
    78* Enqueuing multiple kernel calls with the null stream
    89* `cudaMalloc`