Skip to content

Releases: kendryte/nncase

nncase v2.3.0

28 Aug 06:33
Compare
Choose a tag to compare

New features

Bug fixes and performance improve

nncase v2.2.0

31 Jul 01:38
Compare
Choose a tag to compare

New features

  • Refactor test runner #1010
  • add ReshapeMatMul #1015
  • add FoldNopIf/ FoldNopReduce #1016
  • add trilu #1020
  • runtime kernel tests #996

Bug fixes and performance improve

nncase v2.1.1

21 Jul 03:29
Compare
Choose a tag to compare

New features

  • Load kmodel from stream #982
  • space to batch to pad #990
  • GNNE-1882 support einsum #994
  • Support Onnx Model ExternalData #995
  • GNNE-1875 Feature/op profile with cpu ops #1011

Bug fixes and performance improve

  • fit single channel norm #964
  • fix isa gen #973
  • Fix bug layernorm get wrong result in some cases #991
  • Fix stackvm memory leak at MX3SDK-636. #1014

nncase v2.1.0

03 Jul 15:09
Compare
Choose a tag to compare

New features

  • ShapeBucket (#937)
  • Feature/egraph sat extract (#963)
  • add new hardswish pattern (#969)
  • Feature/support output layout (#972)

Bug fixes and performance improve

  • Fix bug binary rvv result error (#962)
  • Optimize stackvm (#966)
  • Fix bug binary result error and support some commonly used shapes (#980)
  • Fix bug log softmax get nan or inf result (#985)

nncase v2.0.0

02 Jun 04:46
2b27556
Compare
Choose a tag to compare

New features

  • Completely rewritten in C#
  • Support dynamic shape
  • Support K230

Notes

nncase v1.9.0

23 Mar 08:13
Compare
Choose a tag to compare

New features

  • support LBR (#796)
  • Feature/import 1d deconv (#802)

Bug fixes

  • K510 bug fixes
  • K510 performance improvement

nncase v1.8.0

30 Sep 08:52
Compare
Choose a tag to compare

New features

  • Add Compress (#625)
  • Support NMS/TTS (#623)
  • Add ReduceSum (#635)
  • Add LayerNorm (#626)
  • Add GatherElements (#642)

Bug fixes

  • fix argmax min value (#619)
  • fix bitcast buffer allocation (#632)
  • fix build for archlinux/manjaro (#633)
  • fix preprocess deq when model has focus (#628)

nncase v1.7.1

01 Jul 09:21
Compare
Choose a tag to compare

New features

  • add gru op(onnx, forward) (#599)
  • Feature/detection postprocess (#615)

Bug fixes

  • fix import quant node (#600)
  • fix k510 rsqrt

nncase v1.7.0

06 Jun 11:58
Compare
Choose a tag to compare

Bug fixes

  • Fix/fold matmul add (#584)
  • fix onnx prelu importer (#585)
  • remove quantization range limitation (#596)

nncase v1.6.0

06 May 07:05
Compare
Choose a tag to compare

Major changes

  • Support int8 output type (#566)
  • Support specify input layout (#569)
  • Support compare ops (#571)
  • Support batch matmul (#577)
  • Release K510 SDK

Bug fixes

  • Fix tflite conv2d_transpose impoter