File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ Documentation for rocThrust available at
5
5
6
6
## (Unreleased) rocThrust 3.2.0 for ROCm 6.3
7
7
8
- ### Additions
8
+ ### Added
9
9
10
10
* Merged changes from upstream CCCL/thrust 2.3.2
11
11
* Only the NVIDIA backend uses ` tuple ` and ` pair ` types from libcu++, other backends continue to
12
12
use the original Thrust implementations and hence do not require libcu++ (CCCL) as a dependency.
13
13
* Added the ` thrust::hip::par_det ` execution policy to enable bitwise reproducibility on algorithms that are not bitwise reproducible by default.
14
14
* Fix tests failing when compiling with ` -D_GLIBCXX_ASSERTIONS=ON ` .
15
15
16
- ### Changes
16
+ ### Changed
17
17
18
18
* Enabled the upstream (thrust) test suite for execution by default. It can still be disabled by CMake option ` -DENABLE_UPSTREAM_TESTS=OFF ` .
19
19
20
- ### Fixes
20
+ ### Resolved issues
21
21
22
22
* Fixed the HIP backend not passing ` TestCopyIfNonTrivial ` from the upstream (thrust) test suite.
23
23
You can’t perform that action at this time.
0 commit comments