brainpy / BrainPy

Brain Dynamics Programming in Python
https://brainpy.readthedocs.io/
GNU General Public License v3.0
508 stars 92 forks source link

Operator customization with Taichi JIT mode #570

Open chaoming0625 opened 8 months ago

chaoming0625 commented 8 months ago

Please:

BrainPy currently supports operator customization with the Taichi AOT interface (see #518 #553 ). However, many features of Taichi are not supported in taichi AOT, for example, the compatibility with macOS, and other advanced features. Therefore, it is urgent to support JIT mode-based Taichi operator customization.