| Version 3 (modified by , 5 years ago) ( diff ) |
|---|
Supported Features
- CUDA kernels with the
__global__specifier - The dim3 struct type
- Use of the CUDA variables
threadIdx,blockIdx,gridDim, andblockDim __syncthreads__shared__- Enqueuing multiple kernel calls into streams
cudaMalloccudaMemcpycudaFreecudaDeviceSynchronize
Major Limitations
Missing Features
- Use of the
warpSizevariable - Atomic functions (e.g.
atomicAdd)
Note:
See TracWiki
for help on using the wiki.
