Skip to content

Releases: larq/compute-engine

v0.4.3

21 Sep 13:31
438f4ae
Compare
Choose a tag to compare

🎉 Features

  • Add support for multi threaded interpreter (#512) @lgeiger
  • Add support for iterators in Interpreter.predict (#511) @lgeiger
  • Add Python wrapper for LCE interpreter (#507) @lgeiger

👷‍♂️ Internal Improvements

  • Remove redundant code paths: reference BGemm, BGemm functor. (#510) @AdamHillier
  • Make Interpreter::get_shapes and get_types more generic (#509) @lgeiger
  • Add padding to temporary arrays to ensure we don't read beyond bounds. (#505) @AdamHillier
  • Simplify MAKE_ZERO macro (#503) @lgeiger

⬆️ Dependencies

  • Bump DoozyX/clang-format-lint-action from v0.9 to v0.10 (#504) @dependabot

v0.4.2

10 Sep 16:25
15adef3
Compare
Choose a tag to compare

🐛 Bug Fixes

v0.4.1

10 Sep 13:43
99d090e
Compare
Choose a tag to compare

🎉 Features

  • Add bitpacked output support to the Aarch64 optimised int16 kernel. (#496) @AdamHillier
  • Add Int8 output support to the optimised binary convolution kernels. (#492) @AdamHillier

🚀 Performance

  • Add bitpacked output support to the Aarch64 optimised int16 kernel. (#496) @AdamHillier
  • Update int8 reference bitpack code (#487) @Tombana
  • Add an optimised Aarch64 assembly implementation of Int8 bitpacking. (#494) @AdamHillier
  • Add Int8 output support to the optimised binary convolution kernels. (#492) @AdamHillier
  • Fuse part of the back-transformation into the multiplier and bias. (#490) @AdamHillier

🐛 Bug Fixes

📖 Documentation

👷‍♂️ Internal Improvements

⬆️ Dependencies

  • Bump DoozyX/clang-format-lint-action from v0.8 to v0.9 (#489) @dependabot

v0.4.0

28 Aug 15:51
2da47b5
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

🎉 Features

  • Support full int8 QAT models in converter (#449) @lgeiger
  • Add ARM32 kernel implementation (#432) @honglh
  • Allow to set fake default ranges to enable latency test of int8 models (#357) @lgeiger
  • Publish prebuilt benchmark binaries with each new release (#398) @lgeiger
  • Publish dev docker images for releases (#397) @lgeiger
  • Use thresholds for bitpacked output (#387) @Tombana
  • Support dilated convolutions in converter (#385) @lgeiger

🚀 Performance

🐛 Bug Fixes

📖 Documentation

👷‍♂️ Internal Improvements

⬆️ Dependencies

v0.3.1

26 May 13:53
e5ea57e
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix weight bitpacking which could lead to non-deterministic behaviour (#377) @lgeiger

v0.3.0

12 May 19:48
53c9946
Compare
Choose a tag to compare

🎉 Features

📖 Documentation

👷‍♂️ Internal Improvements

v0.2.1

20 Apr 15:41
c857288
Compare
Choose a tag to compare

🎉 Features

📖 Documentation

👷‍♂️ Internal Improvements

v0.2.0

23 Mar 18:21
ce9c2d7
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

🎉 Features

🐛 Bug Fixes

📖 Documentation

👷‍♂️ Internal Improvements

v0.1.2

26 Feb 16:10
aec751c
Compare
Choose a tag to compare

🎉 Features

  • build LCE compatible TensorFlow Lite android AAR target (#238) @arashb

🐛 Bug Fixes

📖 Documentation

👷‍♂️ Internal Improvements

v0.1.1

20 Feb 17:31
0572912
Compare
Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

👷‍♂️ Internal Improvements