Changes between Version 3 and Version 4 of CUDA Documentation


Ignore:
Timestamp:
07/27/21 11:46:46 (5 years ago)
Author:
Alex Wilton
Comment:

Added a small first draft intro to the docs on CUDA

Legend:

Unmodified
Added
Removed
Modified
  • CUDA Documentation

    v3 v4  
     1= CIVL Support For CUDA =
     2
     3== Introduction ==
     4
     5CIVL has support for a small subset of CUDA features such as
     6
     71. Defining CUDA kernels with the `__global__` specifier,
     82. Enqueuing kernel calls into streams,
     93. Allocating, deallocating, and copying to and from device memory.
     10
     11CIVL supports CUDA by automatically detecting the use of these features and translating them into CIVL-C code to be analyzed as usual.
     12
    113== Supported Features ==
    214