From fe439b2100bfd1a8913f66506bfe14ce94552237 Mon Sep 17 00:00:00 2001 From: Christian Trott Date: Mon, 18 Jan 2021 20:13:44 -0800 Subject: [PATCH] Add CHANGELOG and version number for 3.3.1 bug fix release --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- master_history.txt | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e43dff49..05b18d1c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CMakeLists.txt b/CMakeLists.txt index 209db7ce6e..1b9000cddb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/master_history.txt b/master_history.txt index aa7c3dbe54..a113e3619f 100644 --- a/master_history.txt +++ b/master_history.txt @@ -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