AMReX-Codes / pyamrex

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML
http://pyamrex.readthedocs.io
Other
32 stars 15 forks source link

PyPy Support in CI #218

Open ax3l opened 8 months ago

ax3l commented 8 months ago

PyPy is one of multiple alternative Python implementations besides the popular CPython. It is pretty popular and supported well in pybind11 and Conda-Forge, where we deploy packages.

Besides many other details, PyPy's garbage collector acts more "delayed" than the CPython implementation. Testing against PyPy would help us to find lifetime design issues faster and we could deploy for it.