qtwang / CUDA-Programs

Examples from Programming in Parallel with CUDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples from my CUP book Programming in Parallel with CUDA

The examples are arranged in book chapters. Project and solution files to build the examples in Visual Studio 19 are provided. I am happy to be contacted on rea1@cam.ac.uk if you have questions.

Updated 23 February 2023 to work with CUDA SDK 12.0. All #include cooperative_groups.h now moved to be first as workaround for confilcts with CUDA chrono. Thrust host_pinned memory currently not working.

Last update 9-March-2023

About

Examples from Programming in Parallel with CUDA

License:GNU General Public License v2.0


Languages

Language:Cuda 62.6%Language:Makefile 16.1%Language:C++ 11.1%Language:Batchfile 8.0%Language:Shell 2.2%