AMReX-Codes / pyamrex

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

Move Python Runtime Extensions #319

Closed ax3l closed 1 month ago

ax3l commented 1 month ago

Move the Python runtime extensions to a subfolder extensions/ to avoid future naming collisions with types we actually define from pybind11.

X-ref: https://github.com/ECP-WarpX/impactx/pull/616