/Parallel_Processing_CUDA

Add two really large arrays using GPU

Primary LanguageCudaGNU General Public License v3.0GPL-3.0

An_Introduction_to_GPU_Programming

Simple C++ program to add two really large arrays using GPU with CUDA

Dependencies

Usage

Run the following command to compile

nvcc add.cu -o add_cuda

This command to execute

./add_cuda

And this command to profile (clock) it

nvprof ./add_cuda