Skip to content

Commit

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

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored Jun 27, 2024
1 parent 5d5f2cb commit 66d257e
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.27/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 Thu Jun 19 09:10:15 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
1.27
====

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

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

## ONE Compiler

- Support more Op(s): CircleGRU, CircleRelu0To1
- Support more optimization option(s): `resolve_former_customop`, `--forward_transpose_op`,
`fold_shape`, `remove_gather_guard`, `fuse_add_with_conv`, `fold_squeeze`, `fuse_rsqrt`
- Support INT4, UINT4 data types
- Support 4bit quantization of ONNX fake quantize model
- Introduce global configuration target feature
- Introduce command schema feature
- Use C++17

0 comments on commit 66d257e

Please sign in to comment.