File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
#######################################
2
13
# Thrust v1.9.4 (CUDA 10.1) #
3
14
#######################################
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ versions don't directly map to any CUDA Toolkit version.
13
13
14
14
| Thrust version | CUDA version |
15
15
| ----------------- | ------------- |
16
+ | 1.9.5 | 10.1 Update 1 |
16
17
| 1.9.4 | 10.1 |
17
18
| 1.9.3 | 10.0 |
18
19
| 1.9.2 | 9.2 |
Original file line number Diff line number Diff line change 47
47
* <tt>THRUST_VERSION / 100 % 1000</tt> is the minor version.
48
48
* <tt>THRUST_VERSION / 100000</tt> is the major version.
49
49
*/
50
- #define THRUST_VERSION 100905
50
+ #define THRUST_VERSION 100906
51
51
52
52
/* ! \def THRUST_MAJOR_VERSION
53
53
* \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the
You can’t perform that action at this time.
0 commit comments