Changes between Version 7 and Version 8 of Implementation_of_CUDA_in_CIVL


Ignore:
Timestamp:
06/08/22 10:20:57 (4 years ago)
Author:
Alex Wilton
Comment:

Fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • Implementation_of_CUDA_in_CIVL

    v7 v8  
    11= CUDA Overview =
    22== Introduction ==
    3 This page describes how we translate CUDA programs into CIVL-C code. Primarily, we focus on how the cuda-civl library is organized and is used in our final translation of a CUDA program. We assume basic knowledge of CUDA concepts such as steams, kernels, blocks, and threads.
     3This page describes how we translate CUDA programs into CIVL-C code. Primarily, we focus on how the cuda-civl library is organized and is used in our final translation of a CUDA program. We assume basic knowledge of CUDA concepts such as streams, kernels, blocks, and threads.
    44
    55== The CUDA Context and CUDA Streams ==