From 782747f11dbb630f45227606ff21d06ceb889ece Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Tue, 28 Nov 2023 17:16:58 +0100 Subject: [PATCH] [CHANGELOG] Update Changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cde5334..ca1534e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + ## [Unreleased] +### Fixed + + - Fix dump vtrace script for vsetvli instructions without x0 (ideal dispatcher) + - Fix Pathfinder and FFT performance + +### Added + + - Plot kernels-Vl performance plot + - Print I$/D$ stall metrics + +### Changed + + - Optimize Jacobi2d + - Benchmark only the vector kernel in roi_align + - Improve cache warming functions + - [f]dotproduct works on the vector length in elements + - Optimize DWT + - Fix pathfinder performance + +## 3.0.0 - 2023-09-08 + ### Fixed - Avoid corner-case in which the sequencer issues the same instruction multiple times when two units become non-ready at the same time