From 00afea3201baf9455fed58730b6a8182131936cf Mon Sep 17 00:00:00 2001 From: Peet Whittaker Date: Tue, 24 Nov 2020 18:19:21 +0000 Subject: [PATCH] Fix incorrect issue number in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf219e7c4..4cdc230635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -363,7 +363,7 @@ CUB 1.7.2 is a minor release. ## Bug Fixes -- #104: Device-wide reduction is now "run-to-run" deterministic for +- #108: Device-wide reduction is now "run-to-run" deterministic for pseudo-associative reduction operators (like floating point addition). # CUB 1.7.1