Changes between Version 8 and Version 9 of Implementation_of_CUDA_in_CIVL
- Timestamp:
- 07/22/22 11:36:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Implementation_of_CUDA_in_CIVL
v8 v9 1 = CUDA Overview=1 = Implementation of CUDA in CIVL = 2 2 == Introduction == 3 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.
