Changes between Version 8 and Version 9 of Implementation_of_CUDA_in_CIVL


Ignore:
Timestamp:
07/22/22 11:36:15 (4 years ago)
Author:
Alex Wilton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Implementation_of_CUDA_in_CIVL

    v8 v9  
    1 = CUDA Overview =
     1= Implementation of CUDA in CIVL =
    22== Introduction ==
    33This 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.