kerrpy / kerrpy-cython

kerrpy Cython version
https://kerrpy.github.io/kerrpy-cython/
GNU General Public License v3.0
0 stars 3 forks source link

Port CUDA code to Cython #1

Open pablogsal opened 7 years ago

pablogsal commented 7 years ago

We need to port existing CUDA code from this repo to Cython. The components to port are the following:

Some of the pieces need OpenMP parallelization substitute CUDA parallelisation. Here is a guide on how to use Cython OpenMP features.

New code should be added always with unit tests (see #2 ).

pablogsal commented 6 years ago

Any function ported from from this repo to Cython is enough for a single PR. 🎉