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

Commit

Permalink
Bump version number to 1.9.7. Commits prior to this are in CUDA 10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
griwes authored and brycelelbach committed Feb 29, 2020
1 parent 025ac72 commit f52cc02
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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) #
#######################################
Expand Down
2 changes: 1 addition & 1 deletion thrust/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* <tt>THRUST_VERSION / 100 % 1000</tt> is the minor version.
* <tt>THRUST_VERSION / 100000</tt> 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
Expand Down

0 comments on commit f52cc02

Please sign in to comment.