Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Add 1.17.2 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Sep 13, 2022
1 parent 34c26cf commit e9a0a6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# CUB 1.17.2

## Summary

CUB 1.17.2 is a minor bugfix release.

- NVIDIA/cub#547: Introduce an annotated inline namespace to prevent issues with
collisions and mismatched kernel configurations across libraries. The new
namespace encodes the CUB version and target SM architectures.

# CUB 1.17.1

## Summary
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ compilers. Unsupported versions may emit deprecation warnings, which can be
silenced by defining CUB_IGNORE_DEPRECATED_COMPILER during compilation.
- NVCC 11.0+
- NVC++ 20.9+
- GCC 5+
- Clang 7+
- MSVC 2019+ (19.20/16.0/14.20)
Expand All @@ -100,6 +99,7 @@ See the [changelog](CHANGELOG.md) for details about specific releases.
| CUB Release | Included In |
| ------------------------- | --------------------------------------- |
| 1.17.2 | TBD |
| 1.17.1 | TBD |
| 1.17.0 | TBD |
| 1.16.0 | TBD |
Expand Down

0 comments on commit e9a0a6a

Please sign in to comment.