Skip to content

Commit 3c24a40

Browse files
edited to conform to standards (#469)
1 parent d9d8e6e commit 3c24a40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Documentation for rocThrust available at
55

66
## (Unreleased) rocThrust 3.2.0 for ROCm 6.3
77

8-
### Additions
8+
### Added
99

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

16-
### Changes
16+
### Changed
1717

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

20-
### Fixes
20+
### Resolved issues
2121

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

0 commit comments

Comments
 (0)