Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@jeshraghian jeshraghian released this 17 Mar 02:41
· 20 commits to master since this release

New Features

Compatibility with NIR

Compatibility with torch.compile()

  • Add support for torch.compile(fullgraph=True) WIP by @gekkom in #271
  • Add torch.compile(fullgraph=True) support for more neuron models by @gekkom in #292
  • Remove default values in autograd functions that break torch.compile by @gekkom in #291

Leaky Parallel Neurons

Custom Surrogate Gradients

State Quantization

Other Additions

Bug Fixes

Docs + Tutorials

New Contributors

Full Changelog: v0.7.0...v0.8.0