Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ndellingwood committed Mar 22, 2023
1 parent 1cdb696 commit bb022cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [3.7.02](https://github.com/kokkos/kokkos-kernels/tree/3.7.01) (2023-03-22)
[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/3.7.01...3.7.02)

### Bug Fixes:
- MIS2 aggregation: fix bug with uninitialized memory [\#1528](https://github.com/kokkos/kokkos-kernels/pull/1528)
- Fix valgrind uninitialized errors in EB coloring [\#1530](https://github.com/kokkos/kokkos-kernels/pull/1530)
- Use CRS matrix sort, instead of Kokkos::sort on each row [\#1553](https://github.com/kokkos/kokkos-kernels/pull/1553)

## [3.7.01](https://github.com/kokkos/kokkos-kernels/tree/3.7.01) (2022-12-01)
[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/3.7.00...3.7.01)

Expand Down

0 comments on commit bb022cb

Please sign in to comment.