Skip to content

Commit

Permalink
Update changelog and version for 6.0 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleytsang-amd authored Nov 16, 2023
1 parent cd0a00c commit 5d9e939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Full documentation for rocThrust is available at [https://rocthrust.readthedocs.io/en/latest/](https://rocthrust.readthedocs.io/en/latest/)

## (Unreleased) rocThrust 2.17.0 for ROCm 6.0
## rocThrust 3.0.0 for ROCm 6.0
### Added
- Updated to match upstream Thrust 2.0.1
- NV_IF_TARGET macro from libcu++ for NVIDIA backend and HIP implementation for HIP backend.
Expand All @@ -16,7 +16,7 @@ Full documentation for rocThrust is available at [https://rocthrust.readthedocs.
### Known issues
- For NVIDIA backend, `NV_IF_TARGET` and `THRUST_RDC_ENABLED` intend to substitute the `THRUST_HAS_CUDART` macro, which is now no longer used in Thrust (provided for legacy support only). However, there is no `THRUST_RDC_ENABLED` macro available for the HIP backend, so some branches in Thrust's code may be unreachable in the HIP backend.

## (Unreleased) rocThrust 2.18.0 for ROCm 5.7
## rocThrust 2.18.0 for ROCm 5.7
### Fixed
- `lower_bound`, `upper_bound`, and `binary_search` failed to compile for certain types.
- Fixed issue where `transform_iterator` would not compile with `__device__`-only operators.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if(BUILD_ADDRESS_SANITIZER)
endif()

# Setup VERSION
rocm_setup_version(VERSION "2.18.0")
rocm_setup_version(VERSION "3.0.0")

# Print configuration summary
include(cmake/Summary.cmake)
Expand Down

0 comments on commit 5d9e939

Please sign in to comment.