Skip to content

Commit

Permalink
Add CHANGELOG and version number for 3.3.1 bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Jan 19, 2021
1 parent 4e1cc00 commit fe439b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [3.3.01](https://github.com/kokkos/kokkos-kernels/tree/3.3.01) (2021-01-18)
[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/3.3.00...3.3.01)

**Fixed Bugs:**
- With CuSparse enabled too many variants of SPMV were instantiated even if not requested. Up to 1GB executable size increase.

## [3.3.00](https://github.com/kokkos/kokkos-kernels/tree/3.3.00) (2020-12-16)
[Full Changelog](https://github.com/kokkos/kokkos-kernels/compare/3.2.01...3.3.00)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ IF(NOT KOKKOSKERNELS_HAS_TRILINOS)
ENDIF()
SET(KokkosKernels_VERSION_MAJOR 3)
SET(KokkosKernels_VERSION_MINOR 3)
SET(KokkosKernels_VERSION_PATCH 0)
SET(KokkosKernels_VERSION_PATCH 1)
ENDIF()

IF(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.12.0")
Expand Down
1 change: 1 addition & 0 deletions master_history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ tag: 3.1.00 date: 04/14/2020 master: f199f45d develop: 8d063eae
tag: 3.1.01 date: 05/04/2020 master: 43773523 release: 6fce7502
tag: 3.2.00 date: 08/19/2020 master: 07a60bcc release: ea3f2b77
tag: 3.3.00 date: 12/16/2020 master: 42defc56 release: e5279e55
tag: 3.3.01 date: 01/18/2021 master: f64b1c57 release: 4e1cc00b

0 comments on commit fe439b2

Please sign in to comment.