From b14ba0d2e581efdbb8014f0c9dffba86b6225483 Mon Sep 17 00:00:00 2001 From: dumerrill Date: Tue, 25 Oct 2016 10:44:36 -0400 Subject: [PATCH] Updated doc Former-commit-id: 1d8c24d712f82d8f4a92a73a4d813a3eabdbaf3e --- CHANGE_LOG.TXT | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGE_LOG.TXT b/CHANGE_LOG.TXT index d795485486..00d9cb05b6 100644 --- a/CHANGE_LOG.TXT +++ b/CHANGE_LOG.TXT @@ -1,3 +1,10 @@ +1.5.5 10/25/2016 + - Updated Pascal tuning policies for radix sorting + - Bug fixes: + - Fix for arm64 compilation of caching allocator + +//----------------------------------------------------------------------------- + 1.5.4 10/14/2016 - Bug fixes: - Fix for radix sorting bug introduced by scan refactorization diff --git a/README.md b/README.md index 42410bf571..495d96f5d3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

About CUB

-Current release: v1.5.3 (10/11/2016) +Current release: v1.5.5 (10/25/2016) We recommend the [CUB Project Website](http://nvlabs.github.com/cub) and the [cub-users discussion forum](http://groups.google.com/group/cub-users) for further information and examples.