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.5. Commits prior to this are in CUDA 10.1 …
Browse files Browse the repository at this point in the history
…Update 1.
  • Loading branch information
griwes committed Mar 25, 2019
1 parent b14187c commit aded199
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#######################################
# Thrust v1.9.5 (CUDA 10.1 Update 1) #
#######################################

Summary
Thrust v1.9.5 is a minor release accompanying the CUDA 10.1 Update 1
CUDA Toolkit release.

Bug Fixes
2502854 Assignment of of complex vector between host and device fails to compile in CUDA >=9.1 with GCC 6

#######################################
# Thrust v1.9.4 (CUDA 10.1) #
#######################################
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 100905

/*! \def THRUST_MAJOR_VERSION
* \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the
Expand Down

0 comments on commit aded199

Please sign in to comment.