From fa2014f6c93a43dd7889b76e966fb9920117e776 Mon Sep 17 00:00:00 2001 From: chenminqi Date: Sun, 26 Sep 2021 15:51:22 +0800 Subject: [PATCH] update release notes --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index b9d9a78e7d4..fd91f11153a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -57,6 +57,12 @@ #### GraphKernel Fusion +#### Boost + +* [BETA] Add LessBN algorithm, achieves 1.14x faster training throughput while maintaining negligible or no impact on the accuracy in our benchmark. +* [BETA] Add gradient frozen algorithm, achieves 1.1x faster training throughput while maintaining negligible on the accuracy in our benchmark. +* [BETA] Add "boost_level" input parameter in the Model interface to control boost level, where you can choose O1/O2 for 1.15x/1.2x faster. + ### API Change #### Backwards Incompatible Change