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

Commit

Permalink
Add release notes for 1.17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Aug 15, 2022
1 parent ec2e841 commit 5da0143
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# CUB 1.17.1

## Summary

CUB 1.17.1 is a minor bugfix release.

- NVIDIA/cub#508: Ensure that `temp_storage_bytes` is properly set in
the `AdjacentDifferenceCopy` device algorithms.
- NVIDIA/cub#508: Remove excessive calls to the binary operator given to
the `AdjacentDifferenceCopy` device algorithms.
- Fix device-side debug synchronous behavior in `DeviceSegmentedSort`.

# CUB 1.17.0

## Summary
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ See the [changelog](CHANGELOG.md) for details about specific releases.
| CUB Release | Included In |
| ------------------------- | --------------------------------------- |
| 1.17.1 | TBD |
| 1.17.0 | TBD |
| 1.16.0 | TBD |
| 1.15.0 | NVIDIA HPC SDK 22.1 & CUDA Toolkit 11.6 |
Expand Down

0 comments on commit 5da0143

Please sign in to comment.