Skip to content

Commit 621df21

Browse files
committed
Add mentions of 1.9.6 to the documentation.
1 parent 65079f9 commit 621df21

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

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.6 | 10.1 Update 2 |
1617
| 1.9.5 | 10.1 Update 1 |
1718
| 1.9.4 | 10.1 |
1819
| 1.9.3 | 10.0 |

doc/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Thrust v1.9.6 (CUDA 10.1 Update 2) #
2+
3+
## Summary
4+
5+
Thrust v1.9.6 is a minor release accompanying the CUDA 10.1 Update 2 release.
6+
7+
## Bug Fixes
8+
9+
- NVBug 2509847 Inconsistent alignment of `thrust::complex`
10+
- NVBug 2586774 Compilation failure with Clang + older libstdc++ that doesn't
11+
have `std::is_trivially_copyable`
12+
- NVBug 200488234 CUDA header files contain unicode characters which leads
13+
compiling errors on Windows
14+
- #949, #973, NVBug 2422333, NVBug 2522259, NVBug 2528822 `thrust::detail::aligned_reinterpret_cast`
15+
must be annotated with __host__ __device__
16+
- NVBug 2599629 Missing include in the OpenMP sort implementation
17+
- NVBug 200513211 Truncation warning in test code under VC142
18+
119
# Thrust v1.9.5 (CUDA 10.1 Update 1)
220

321
## Summary

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 100906
50+
#define THRUST_VERSION 100907
5151

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

0 commit comments

Comments
 (0)