Skip to content

Commit

Permalink
docs(changelog): update changelog for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Oct 14, 2021
1 parent c619135 commit 0da15a9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v0.5.0"></a>
## [v0.5.0] - 2021-10-15
### Chore
- add LICENSE file

### Docs
- **changelog:** update changelog for v0.5.0
- **changelog:** update changelog
- **readme:** add citing information

### Feat
- **kernel-adaptive:** use adaptive line-enhance when the matrix is small or is short-row matrix
- **kernel-adaptive:** apply line strategy(one-pass line) to short-row matrices in adaptive strategy
- **kernel-line-enhance:** add adaptive line_enhance, which set kernel template parameters adaptively

### Merge
- **kernel-adaptive:** Merge branch 'revert-adaptive-line-enhance-case' into branch main
- **kernel-adaptive:** Merge pull request [#20](https://git.hpcer.dev/PRA/spmv-acc/issues/20) from hpcde/feature-adaptive-line-enhance
- **kernel-adaptive:** Merge pull request [#19](https://git.hpcer.dev/PRA/spmv-acc/issues/19) from hpcde/feature-kernel-line-for-short-row-matrix

### Revert
- **kernel-adaptive:** don't use adaptive line-enhance if a large matrix has short rows


<a name="stash_flat_preprocess"></a>
## [stash_flat_preprocess] - 2021-10-07
Expand Down Expand Up @@ -384,7 +399,8 @@
- **kernel-wf-row-reg:** removed unused code


[Unreleased]: https://git.hpcer.dev/PRA/spmv-acc/compare/stash_flat_preprocess...HEAD
[Unreleased]: https://git.hpcer.dev/PRA/spmv-acc/compare/v0.5.0...HEAD
[v0.5.0]: https://git.hpcer.dev/PRA/spmv-acc/compare/stash_flat_preprocess...v0.5.0
[stash_flat_preprocess]: https://git.hpcer.dev/PRA/spmv-acc/compare/v0.4.0...stash_flat_preprocess
[v0.4.0]: https://git.hpcer.dev/PRA/spmv-acc/compare/v0.3.0...v0.4.0
[v0.3.0]: https://git.hpcer.dev/PRA/spmv-acc/compare/v0.2.4...v0.3.0
Expand Down

0 comments on commit 0da15a9

Please sign in to comment.