From f52cc02bf830d4b9c25a063cf052f917c12a4b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27Griwes=27=20Dominiak?= Date: Thu, 12 Sep 2019 22:39:28 +0200 Subject: [PATCH] Bump version number to 1.9.7. Commits prior to this are in CUDA 10.2. --- CHANGELOG | 12 ++++++++++++ thrust/version.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fdc6c096a..88907ad28 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +####################################### +# Thrust v1.9.7 (CUDA 10.2) # +####################################### + +Summary + Thrust v1.9.7 is a minor release accompanying the CUDA 10.2 + CUDA Toolkit release. + +Bug Fixes + #967, 2448170 Fix the CUDA backend for_each so that it can handle big indexes. + #968, 2612102 Fix the polymorphic adaptor to actually use its template parameter. + ####################################### # Thrust v1.9.6 (CUDA 10.1 Update 2) # ####################################### diff --git a/thrust/version.h b/thrust/version.h index f6864e2c5..dcc08c379 100644 --- a/thrust/version.h +++ b/thrust/version.h @@ -47,7 +47,7 @@ * THRUST_VERSION / 100 % 1000 is the minor version. * THRUST_VERSION / 100000 is the major version. */ -#define THRUST_VERSION 100904 +#define THRUST_VERSION 100907 /*! \def THRUST_MAJOR_VERSION * \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the