New
v0.20.0-pre.5
What's Changed
- Bump version by @nathanielsimard in https://github.com/tracel-ai/burn/pull/4102
- Handle empty tensors in cat and slice_assign ops by @antimora in https://github.com/tracel-ai/burn/pull/4095
- Add network utilities to
burn-stdby @laggui in https://github.com/tracel-ai/burn/pull/4104 - Remove RefCell from onnx-ir Arguments by @antimora in https://github.com/tracel-ai/burn/pull/4094
- Fix raspberry pi pico example not compiling by @BjornTheProgrammer in https://github.com/tracel-ai/burn/pull/4034
- Flash Attention module by @louisfd in https://github.com/tracel-ai/burn/pull/4089
- [Breaking] Add
IndexingUpdateOptoscatterandselect_assignby @laggui in https://github.com/tracel-ai/burn/pull/4070 - Feat/improve errors by @nathanielsimard in https://github.com/tracel-ai/burn/pull/4110
- Add 256-byte tensor alignment to burnpack format for mmap zero-copy support by @antimora in https://github.com/tracel-ai/burn/pull/4100
- Add CrossAttention module to burn-nn by @huy209vn in https://github.com/tracel-ai/burn/pull/4101
- Add reflect and edge padding modes to tensor.pad by @antimora in https://github.com/tracel-ai/burn/pull/4105
- Add LSTM operator support with configurable activations by @antimora in https://github.com/tracel-ai/burn/pull/4106
- Add memory-mapped ONNX loading with lazy tensor data by @antimora in https://github.com/tracel-ai/burn/pull/4097
- Refactor
RemoteDeviceto use a thread-safe global address registry. by @crutcher in https://github.com/tracel-ai/burn/pull/4113 - Partial cleanup of RemoteSender api. by @crutcher in https://github.com/tracel-ai/burn/pull/4108
- Move backend traits and types to
burn-backendby @laggui in https://github.com/tracel-ai/burn/pull/4111 - Fix remote sync error by @laggui in https://github.com/tracel-ai/burn/pull/4117
- Small LSTM clean up of unused variable by @antimora in https://github.com/tracel-ai/burn/pull/4116
- Fix/autotune checks by @nathanielsimard in https://github.com/tracel-ai/burn/pull/4114
- Include katex header as symlink by @laggui in https://github.com/tracel-ai/burn/pull/4118
- chore: Update cubecl by @wingertge in https://github.com/tracel-ai/burn/pull/4120
- Fix GLU and quiet softmax activations by @laggui in https://github.com/tracel-ai/burn/pull/4121
- Migrate ONNX import to burnpack format (removing Record type) by @antimora in https://github.com/tracel-ai/burn/pull/4122
- Combined PRs by @github-actions[bot] in https://github.com/tracel-ai/burn/pull/4140
- Chore/pre release 5 by @nathanielsimard in https://github.com/tracel-ai/burn/pull/4141