Skip to content

v0.58.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 14:00
· 417 commits to main since this release

Feature

  • tests: Add small integration test to verify that conv1d layer generates correct design (da45cc3)
  • tests: Add small integration test to verify that linear layer creates correct design (f71e43f)
  • tests: Add tests for linear design (55a366a)
  • tests: Add tests for fixed point linear layer (2e959b6)
  • linear: Use bias as default (14b01be)
  • tests: Add tests for the conv1d design (c2c94bd)
  • Add parameter getters (3c184c0)
  • tests: Add tests for conv1d layer (c645297)

Fix

  • Remove already dropped padding, stride and dilation (79494fe)
  • Remove stride and padding as supported parameters for conv1d (05b57d1)
  • Remove unnecessary output quantization of the SiLU base module (350faa5)

Documentation

  • readme: Use create_design function instead of translate in minimal example (b9351ca)