Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ Documentation for rocThrust available at

## (Unreleased) rocThrust 3.2.0 for ROCm 6.3

### Additions
### Added

* Merged changes from upstream CCCL/thrust 2.3.2
* Only the NVIDIA backend uses `tuple` and `pair` types from libcu++, other backends continue to
use the original Thrust implementations and hence do not require libcu++ (CCCL) as a dependency.
* Added the `thrust::hip::par_det` execution policy to enable bitwise reproducibility on algorithms that are not bitwise reproducible by default.
* Fix tests failing when compiling with `-D_GLIBCXX_ASSERTIONS=ON`.

### Changes
### Changed

* Enabled the upstream (thrust) test suite for execution by default. It can still be disabled by CMake option `-DENABLE_UPSTREAM_TESTS=OFF`.

### Fixes
### Resolved issues

* Fixed the HIP backend not passing `TestCopyIfNonTrivial` from the upstream (thrust) test suite.

## (Unreleased) rocThrust 3.1.0 for ROCm 6.2
## rocThrust 3.1.0 for ROCm 6.2

### Additions

Expand Down