Skip to content

OpenMP parallelization of multiple GPUs; the sum of square kernel is used to test the performance.

License

Notifications You must be signed in to change notification settings

MehdiPaak/GPU-sum-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU-sum-square

OpenMP parallelization of multiple GPUs; the sum of square kernel is used to test the performance. Performance is reported as wall-time, cpu-time and Flops. several kernels are defined (inspired by literatures on GPU computing) to perform the sum of square (SoS) operations.

$X={x_i}_{i=1}^N$

$SoS(X) = \sum_{i=1}^N x_i^2

About

OpenMP parallelization of multiple GPUs; the sum of square kernel is used to test the performance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages