← Back to Projects
research

Cosmic-Calc

2023 · GPU, CUDA, Parallel Computing
Cosmic-Calc preview

Cosmic-Calc is a project that explores parallel programming concepts through the spatial distribution analysis of galaxies using the two-point angular correlation function. This statistic measures how galaxies cluster relative to a random distribution and can serve as evidence of cosmic dark matter.

The computation was developed in three versions to study parallelization trade-offs: pure C as a baseline, OpenMP for multi-core parallel processing, and a GPU-accelerated CUDA version that achieved a 58x performance boost over the sequential baseline.

References