From c04dea31421a5c210f037540901c26d0000714d6 Mon Sep 17 00:00:00 2001 From: Marco Bertuletti Date: Fri, 26 May 2023 15:10:37 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c9660fd..c78894eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Use custom compiler for VCS specified with `CC` and `CCX` environment variable - Implement operand gating for SIMD and MAC Units in Snitch IPU's DSP Unit - Add Channel Estimation application and kernels +- Add Gauss-Jordan matrix inversion kernel ### Fixed - Fix type issue in `snitch_addr_demux`