From a74a468f3cc560ac5eba35b6c882e60927f7650a Mon Sep 17 00:00:00 2001 From: seongwoo chae Date: Thu, 27 Jun 2024 11:21:00 +0900 Subject: [PATCH] [debian] Update changelog for version 1.27.0 (#13311) This commit updates changelog for release 1.27.0. ONE-DCO-1.0-Signed-off-by: seongwoo --- infra/debian/compiler/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/infra/debian/compiler/changelog b/infra/debian/compiler/changelog index 3e9de6b3d34..4565fbf33da 100644 --- a/infra/debian/compiler/changelog +++ b/infra/debian/compiler/changelog @@ -1,3 +1,16 @@ +one (1.27.0) bionic focal; urgency=medium + + * 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 + + -- seongwoo Thu, 27 Jun 2024 10:44:00 +0900 + one (1.26.0) bionic; urgency=medium * Support more Op(s): HardSwish, CumSum, BroadcastTo