Changes between Version 7 and Version 8 of Implementation_of_CUDA_in_CIVL
- Timestamp:
- 06/08/22 10:20:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Implementation_of_CUDA_in_CIVL
v7 v8 1 1 = CUDA Overview = 2 2 == 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 st eams, kernels, blocks, and threads.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 streams, kernels, blocks, and threads. 4 4 5 5 == The CUDA Context and CUDA Streams ==
