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+
112#######################################
213# Thrust v1.9.4 (CUDA 10.1) #
314#######################################
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments