Skip to content

Commit cc4be34

Browse files
committed
Bump the master version to 1.9.6; add information about the 10.1u1 release.
1 parent 986d178 commit cc4be34

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#######################################
2+
# Thrust v1.9.5 (CUDA 10.1 Update 1) #
3+
#######################################
4+
5+
Summary
6+
Thrust v1.9.5 is a minor release accompanying the CUDA 10.1 Update 1
7+
CUDA Toolkit release.
8+
9+
Bug Fixes
10+
2502854 Assignment of complex vector between host and device fails to compile in CUDA >=9.1 with GCC 6
11+
112
#######################################
213
# Thrust v1.9.4 (CUDA 10.1) #
314
#######################################

doc/branching.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ versions don't directly map to any CUDA Toolkit version.
1313

1414
| Thrust version | CUDA version |
1515
| ----------------- | ------------- |
16+
| 1.9.5 | 10.1 Update 1 |
1617
| 1.9.4 | 10.1 |
1718
| 1.9.3 | 10.0 |
1819
| 1.9.2 | 9.2 |

thrust/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* <tt>THRUST_VERSION / 100 % 1000</tt> is the minor version.
4848
* <tt>THRUST_VERSION / 100000</tt> is the major version.
4949
*/
50-
#define THRUST_VERSION 100905
50+
#define THRUST_VERSION 100906
5151

5252
/*! \def THRUST_MAJOR_VERSION
5353
* \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the

0 commit comments

Comments
 (0)