v0.13.2
tracel-ai/burnv0.13.2May 3, 2024by nathanielsimard
AI Summary
A bugfix release focused on improving autodiff graph memory management performance and fixing matmul broadcasting issues in the ndarray backend.
Key Highlights
- Fixed autodiff graph memory management strategy for improved performance.
- Fixed matmul double broadcasting for ndarray.
New Features
- Bug fixes for autodiff and matmul operations.
Full Release Notes
## Bugfix Fix autodiff graph memory management strategy to improve performance (#1702 #1710) @louisfd Fix matmul double broadcasting for ndarray (#1646 #1679) @lancelet