From 5da01435a7e39b48331f432f14c90c81360e394e Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Mon, 15 Aug 2022 12:08:06 -0400 Subject: [PATCH] Add release notes for 1.17.1. --- CHANGELOG.md | 12 ++++++++++++ README.md | 1 + 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e860fff341..357748a85d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 662a3daac2..af34a898b7 100644 --- a/README.md +++ b/README.md @@ -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 |