Skip to content

amosgwa/Exclusive-Scan-CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Exclusive-Scan-CUDA

Implementation of Exclusive Scan and Reduce using CUDA and serial implementation. The program generate N sized array with random numbers [1,1000]. Then, it computes the exculsive scan array using both Serial and Parallel techniques. For pralllelization, I used CUDA, and the thread size is 1024.

Compile using

nvcc main.cu -o program

Usage

program N

To improve

Currently it only passes for N < thread size^2. Increasing the threadsize will improve the limitation.

About

Implementation of Exclusive Scan and Reduce using CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages