v0.13.1

tracel-ai/burnv0.13.1Apr 26, 2024by nathanielsimard

AI Summary

This release addresses autodiff memory leaks, improves inplace fused operations, and upgrades the WGPU version to 0.19.4.

Key Highlights

  • Fixed autodiff memory leak and performance with a new graph memory management strategy.
  • Fixed inplace fused operations.
  • Upgraded WGPU to 0.19.4.

New Features

  • Linear 1D support for ONNX.
  • Wgpu upgrade to 0.19.4.

Full Release Notes

## Bugfix

Fix autodiff memory leak and improve performance with a new graph memory management strategy (#1698) @nathanielsimard @louisfd
Fix inplace fused operations (#1682) @nathanielsimard

## Improvements

Linear 1D support, helpful for ONNX support (#1682) @nathanielsimard
Upgrade wgpu to 0.19.4 (#1692) @nathanielsimard