Skip to content

Commit

Permalink
[CHANGELOG] Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Nov 28, 2023
1 parent 4327abc commit 22d5941
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22d5941

Please sign in to comment.