Skip to content

Commit

Permalink
Release note 1.22.0 (Samsung#10545)
Browse files Browse the repository at this point in the history
This commit is a release note for 1.22.0.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored Mar 27, 2023
1 parent 30e4349 commit cb6d356
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/release/1.22/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. ONE documentation master file, created by
sphinx-quickstart on Fri Mar 24 14:03:12 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
1.22
====

.. toctree::
:maxdepth: 2
:caption: Contents:

./release-note-1.22.0.md
12 changes: 12 additions & 0 deletions docs/release/1.22/release-note-1.22.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release Note 1.22.0

## ONE Compiler

- Introduce new optimization options: `unroll_unidirseqlstm`, `forward_transpose_op`, `fold_fully_connected`, `fuse_prelu`
- Support more Ops for fake quantization: `Depth2Space`, `Space2Depth`, `Pack`, `Unpack`, `Abs`
- Support more Ops for quantization: `Abs`, `ReduceProd`
- Introduce _visq_ tool for quantization error visualization
- Introduce _Environment_ section into configuration file
- Improve speed of `convert_nchw_to_nhwc` option
- Support `Add`, `Mul` of index-type (int32, int64) tensors in _one-quantize_
- Support ubuntu 20.04

0 comments on commit cb6d356

Please sign in to comment.