资 源 简 介
LAHPC - Lissajous API for High-Performance Computing
The LAHPC is a project with objective for solving astrophysics calculations problems. We"re studing ways to implement code using the CUDA arquitecture, avaliable in nVidia devices. Also we"re working with the Thrust framework for a fast and easy HPC development.
Calculations
The calculations involving our problems are in general of the statistical field, we need to apply these calculations in a such great volume of data and for do that with a good performance we are utilizing the power of the GPU processing.
Goals
Almost all the code we have for astrophysics is written in Python language, we dont want to re-write all the code, we are just implemmenting the hotspot places that needs a robust tweak in performance. Because of that we need to utilize these routines and CUDA functions from a python context.
Status
Actually we already have some routines written in C