From bf81772df0a8d03ae00128006538f29671250db3 Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Mon, 29 Aug 2022 17:09:25 -0400 Subject: [PATCH] Updating changelog for ROCm 5.3 --- CHANGELOG.md | 4 ++-- docs/conf.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a52a0f7..f2f818b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ See README.md on how to build the hipCUB documentation using Doxygen. -## (Unreleased) hipCUB-2.12.0 for ROCm 5.3.0 +## hipCUB-2.12.0 for ROCm 5.3.0 ### Added - UniqueByKey device algorithm - SubtractLeft, SubtractLeftPartialTile, SubtractRight, SubtractRightPartialTile overloads in BlockAdjacentDifference. @@ -19,7 +19,7 @@ See README.md on how to build the hipCUB documentation using Doxygen. - Otherwise the algorithm uses a larger indexing type that makes it possible to sort input data over 2**32 elements. - Improved build parallelism of the test suite by splitting up large compilation units -## (Unreleased) hipCUB-2.11.1 for ROCm 5.2.0 +## hipCUB-2.11.1 for ROCm 5.2.0 ### Added - Packages for tests and benchmark executable on all supported OSes using CPack. diff --git a/docs/conf.py b/docs/conf.py index 1528fbb0..d12709f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # General information about the project. project = u'hipCUB' -copyright = u'2010-2011, Duane Merrill; 2011-2018, NVIDIA CORPORATION; Modifications Copyright 2019-2021 Advanced Micro Devices' +copyright = u'2010-2011, Duane Merrill; 2011-2018, NVIDIA CORPORATION; Modifications Copyright 2019-2022 Advanced Micro Devices' author = u'Advanced Micro Devices' # The version info for the project you're documenting, acts as replacement for @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = u'2.10.9' +version = u'2.12.0' # The full version, including alpha/beta/rc tags. -release = u'2.10.9' +release = u'2.12.0S' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.