The purpose of this repository is to provide a GPU version of a tomographic projection algorithm based on the Siddon algorithm.
The work began with the OpenMP parallel implementation, for CPUs, of the algorithm from Lorenzo Colletta. In this repository the aim is to develop an equivalent CUDA parallel implementation for NVIDIA GPUs.
The main folders of this project and their purposes are:
doc
: Contains the project documentation, including my personal bachelor's thesis in Computer Science and Engineering.src
: Contains the source code of the project.