File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ https://github.com/thrust/thrust/blob/main/CODE_OF_CONDUCT.md
25
25
26
26
## New Features
27
27
28
- - Contributor documentation: https://github.com/thrust/thrust/blob/main/CONTRIBUTING.md
29
28
- thrust/thrust #1159 : CMake multi-config support, which allows multiple
30
29
combinations of host and device systems to be built and tested at once.
31
30
More details can be found here: https://github.com/thrust/thrust/blob/main/CONTRIBUTING.md#multi-config-cmake-options
@@ -55,6 +54,9 @@ https://github.com/thrust/thrust/blob/main/CODE_OF_CONDUCT.md
55
54
56
55
## Other Enhancements
57
56
57
+ - Contributor documentation: https://github.com/thrust/thrust/blob/main/CONTRIBUTING.md
58
+ - Code of Conduct: https://github.com/thrust/thrust/blob/main/CODE_OF_CONDUCT.md .
59
+ Thanks to Conor Hoekstra for this contribution.
58
60
- Support for all combinations of host and device systems.
59
61
- C++17 support.
60
62
- thrust/thrust #1221 : Allocator and vector classes have been replaced with
Original file line number Diff line number Diff line change @@ -1601,7 +1601,7 @@ namespace __smart_sort {
1601
1601
1602
1602
cuda_cub::throw_on_error (
1603
1603
cuda_cub::synchronize (policy),
1604
- " merge_sort : failed to synchronize" );
1604
+ " smart_sort : failed to synchronize" );
1605
1605
}
1606
1606
} // namespace __smart_sort
1607
1607
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 101000
50
+ #define THRUST_VERSION 101100
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