From 20150e28d78597ea32deb678544876951d6e1831 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Mon, 12 Aug 2024 14:50:43 +0200 Subject: [PATCH] [CHANGELOG] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbe04e7c..e4ca7b722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix vstart usage for memory operations - Fix fft, exp, softmax, roi_align performance - Fix printf bug (missing characters) - UART and CTRL memory regions are now idempotent + - Start int reductions only if ALU result queue is empty ### Added