- Support
brainpy>=2.5.0
- Fix bugs on windows platform
- remove all customized C++ and CUDA operators
- Support
brainpy>=2.5.0
- Fix bugs that the DLL cannot be loaded correctly when windows does not have a c++ environment,
- Support
brainpy>=2.5.0
- Fix bugs of taichi call function for single result
- Add new taichi call function for single result on CPU backend
- Add taichi customized operator call on arm64 backend
- Fix bugs of just-in-time connectivity operators on CPU device
- Fix bugs of Taichi AOT call on GPU backend by
cudaMemset()
CUDA arrays
- Add XLA custom call from Taichi AOT (ahead of time) operators on both CPU and GPU platforms
- Support operator customization on GPU by
numba
- Support operator customization on CPU by
numba
- Support
event_sum()
operator on GPU - Support
event_prod()
operator on CPU - Support
atomic_sum()
operator on GPU - Support
atomic_prod()
operator on CPU and GPU
- Support
event_sum()
operator on CPU - Support
event_sum2()
operator on CPU - Support
atomic_sum()
operator on CPU