brainpy / BrainPy

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

[math] simplify the taichi AOT operator customization interface #540

Closed chaoming0625 closed 10 months ago

chaoming0625 commented 10 months ago

Towards solving #518

  1. simplify and unify the operator customization interface on both CPU and GPU
  2. add clean code when building kernel is failed
  3. add more error information when kernel building is failed
  4. remove the database for querying the built kernels

Description

How Has This Been Tested

Types of changes

Checklist

Other information