xnd-project / numba-xnd

Integrating xnd into numba
https://xnd.io/
5 stars 1 forks source link

WIP: NRT #16

Open saulshanabrook opened 6 years ago

saulshanabrook commented 6 years ago

Changes to use https://numba.pydata.org/numba-doc/dev/developer/numba-runtime.html for allocating.

We are getting some segfaults and need to investigate them.

This currently fails:

python -m unittest -v tests.test_libxnd
saulshanabrook commented 6 years ago

To move forward and debug this, I should change how I am developing this to use local version of xnd/gumath/ndtypes, so that I can add print statements to C code and recompile to see the state inside. I am finding it too difficult to use gdb to understand when things get messed up.