Skip to content

Testing the improvement of GPU calculations over CPU calculations

Notifications You must be signed in to change notification settings

albertoqa/galaxyCUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galaxyCUDA

In this project I wanted to prove the efficiency of GPUs over CPUs for scientific calculations.

Problem: calculate the two-point angular correlation function for two sets of galaxies.

  • Implementations:
    • C implementation, sequential (no parallel programming)
    • CUDA implementation, parallel programming

I've obtained a code speed-up of 70x faster (on average) compared to computing the same calculation on the CPU.

More details on the info file

  • There are some auxiliar files attached to this project:
    • hello world, CUDA programming
    • simple sum, CUDA programming

About

Testing the improvement of GPU calculations over CPU calculations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published