v0.17.1

tracel-ai/burnv0.17.1Jun 3, 2025by laggui

AI Summary

Bug fixes and improvements targeting fusion, memory management, and tensor operations to address specific edge cases and performance issues.

Key Highlights

  • Downgraded zip to 2.4.2 to fix compatibility issues
  • Fixed non-contiguous bug with comparison operations
  • Fixed reduce fusion and fusion multi-block scalar index sharing
  • Fixed NdArray int_max_dim bug
  • Fixed clamp min/max line size issues

New Features

  • Improved memory management stability
  • Fixed vectorization problems with fusion on reshaped tensors
  • Common is_contiguous check implementation

Full Release Notes

# Bug Fixes & Improvements

- Downgrade to zip 2.4.2 (fixes #3224) @laggui
- Fix non contiguous bug with comparison op (#3241) @nathanielsimard
- Fix/reduce fusion (#3172) @nathanielsimard
- Fix: fusion multi-block scalar index sharing (#3167) @nathanielsimard
- Fix to NdArray int_max_dim bug (#3140) @crutcher
- Make is_contiguous check common (#3083) @laggui
- Fix clamp min/max line size > 1 (#3078) @laggui
- Fix vectorization problem with fusion on reshaped not contiguous tensors (#3075) @nathanielsimard