Skip to content

Commit

Permalink
Updating changelog for ROCm 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleytsang-amd committed Aug 29, 2022
1 parent 7aaa850 commit bf81772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@

# 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
# |version| and |release|, also used in various other places throughout the
# 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.
Expand Down

0 comments on commit bf81772

Please sign in to comment.