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.6. Commits prior to this are in CUDA 10.1 …
Browse files Browse the repository at this point in the history
…Update 2.
  • Loading branch information
griwes authored and brycelelbach committed Jul 4, 2019
1 parent 8239a62 commit fd2a9d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#######################################
# Thrust v1.9.6 (CUDA 10.1 Update 2) #
#######################################

Summary
Thrust v1.9.6 is a minor release accompanying the CUDA 10.1 Update 2
CUDA Toolkit release.

Bug Fixes
2509847 Inconsistent alignment of `thrust::complex`
2586774 Compilation failure with Clang + older libstdc++ that doesn't have `std::is_trivially_copyable`
200488234 CUDA header files contain unicode characters which leads compiling errors on Windows
#949, #973, 2422333, 2522259, 2528822 thrust::detail::aligned_reinterpret_cast must be annotated with __host__ __device__
2599629 Missing include in the OpenMP sort implementation
200513211 Truncation warning in test code under VC142

#######################################
# Thrust v1.9.5 (CUDA 10.1 Update 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 100905
#define THRUST_VERSION 100906

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

0 comments on commit fd2a9d4

Please sign in to comment.