
After 2 months, I came to the end of Summer Of HPC. I would like to share with you the optimization methods I followed in this two-month great adventure. In my previous blog post, I explained how the function compute_density_at_grid_points() …
First, the density at the grid points needs to be calculated. Since this process includes intensive computation, the process is done on the GPU. How is the density calculated on a grid point? The idea is to calculate the densities …