Menu

CUDA Programming Example | 20 Million Array Addition | CUDA Tutorial | CUDA Array Addition [UPDATED]

 

The following code is basically taking an array with 20 million integers and adding all the numbers together to get a final answer.  I have heavily commented the code for your convenience.  CREDIT: Professional CUDA C Programming by John Chen & Max Grossman | https://amzn.to/2C6tUPg | I have learned tremendously from this book. Please consider buying.

You can download the zipped file here: Cuda_Education_Reduction

 

Leave a Reply

Your email address will not be published. Required fields are marked *