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

Commit e9a0a6a

Browse files
committed
Add 1.17.2 changelog.
1 parent 34c26cf commit e9a0a6a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# CUB 1.17.2
2+
3+
## Summary
4+
5+
CUB 1.17.2 is a minor bugfix release.
6+
7+
- NVIDIA/cub#547: Introduce an annotated inline namespace to prevent issues with
8+
collisions and mismatched kernel configurations across libraries. The new
9+
namespace encodes the CUB version and target SM architectures.
10+
111
# CUB 1.17.1
212

313
## Summary

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ compilers. Unsupported versions may emit deprecation warnings, which can be
8585
silenced by defining CUB_IGNORE_DEPRECATED_COMPILER during compilation.
8686
8787
- NVCC 11.0+
88-
- NVC++ 20.9+
8988
- GCC 5+
9089
- Clang 7+
9190
- MSVC 2019+ (19.20/16.0/14.20)
@@ -100,6 +99,7 @@ See the [changelog](CHANGELOG.md) for details about specific releases.
10099
101100
| CUB Release | Included In |
102101
| ------------------------- | --------------------------------------- |
102+
| 1.17.2 | TBD |
103103
| 1.17.1 | TBD |
104104
| 1.17.0 | TBD |
105105
| 1.16.0 | TBD |

0 commit comments

Comments
 (0)