From c9c5a8b4406b84931ae86308b0e4e89528747887 Mon Sep 17 00:00:00 2001 From: Saad Rahim <44449863+saadrahim@users.noreply.github.com> Date: Wed, 22 Sep 2021 13:50:53 -0600 Subject: [PATCH] Updating change log for 4.5 release --- CHANGELOG.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3dc4870..4ac709a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,28 +2,25 @@ Full documentation for rocThrust is available at [https://rocthrust.readthedocs.io/en/latest/](https://rocthrust.readthedocs.io/en/latest/) -## (Unreleased) rocThrust-2.11.2 for ROCm 4.5.0 +## rocThrust-2.11.2 for ROCm 4.5.0 ### Addded - Initial HIP on Windows support. See README for instructions on how to build and install. +- gfx1030 support +- Address Sanitizer build option ### Changed - Packaging changed to a development package (called rocthrust-dev for `.deb` packages, and rocthrust-devel for `.rpm` packages). As rocThrust is a header-only library, there is no runtime package. To aid in the transition, the development package sets the "provides" field to provide the package rocthrust, so that existing packages depending on rocthrust can continue to work. This provides feature is introduced as a deprecated feature and will be removed in a future ROCm release. ### Known issues - async_copy, partition, and stable_sort_by_key unit tests are failing on HIP on Windows. - -## [Unreleased rocThrust-2.11.1 for ROCm 4.4.0] -### Added -- gfx1030 support -- Address Sanitizer build option ### Fixed - async_transform unit test failure fixed. -## [Unreleased rocThrust-2.11.0 for ROCm 4.3.0] +## rocThrust-2.11.0 for ROCm 4.3.0 ### Added - Updated to match upstream Thrust 1.11 - gfx90a support added - gfx803 support re-enabled -## [rocThrust-2.10.9 for ROCm 4.2.0] +## rocThrust-2.10.9 for ROCm 4.2.0 ### Added - Updated to match upstream Thrust 1.10 ### Changed @@ -32,23 +29,23 @@ Full documentation for rocThrust is available at [https://rocthrust.readthedocs. - Size zero inputs are now properly handled with newer ROCm builds that no longer allow zero-size kernel grid/block dimensions - Warning of unused results fixed. -## [rocThrust-2.10.8 for ROCm 4.1.0] +## rocThrust-2.10.8 for ROCm 4.1.0 ### Added - No new features -## [rocThrust-2.10.7 for ROCm 4.0.0] +## rocThrust-2.10.7 for ROCm 4.0.0 ### Added - Updated to upstream Thrust 1.10.0 - Implemented runtime error for unsupported algorithms and disabled respective tests. - Updated CMake to use downloaded rocPRIM. -## [rocThrust-2.10.6 for ROCm 3.10] +## rocThrust-2.10.6 for ROCm 3.10 ### Added - Added copy_if on device test case ### Known issues - ROCm support for device malloc has been disabled. As a result, rocThrust functionality dependent on device malloc does not work. Please avoid using device launched thrust::sort and thrust::sort_by_key. Host launched functionality is not impacted. A partial enablement of device malloc is possible by setting HIP_ENABLE_DEVICE_MALLOC to 1. Thrust::sort and thrust::sort_by_key may work on certain input sizes but is not recommended for production code. -## [rocThrust-2.10.5 for ROCm 3.9.0] +## rocThrust-2.10.5 for ROCm 3.9.0 ### Added - Updated to upstream Thrust 1.9.8 - New test cases for device-side algorithms @@ -58,13 +55,13 @@ Full documentation for rocThrust is available at [https://rocthrust.readthedocs. ### Known issues - ROCm support for device malloc has been disabled. As a result, rocThrust functionality dependent on device malloc does not work. Please avoid using device launched thrust::sort and thrust::sort_by_key. Host launched functionality is not impacted. A partial enablement of device malloc is possible by setting HIP_ENABLE_DEVICE_MALLOC to 1. Thrust::sort and thrust::sort_by_key may work on certain input sizes but is not recommended for production code. -## [rocThrust-2.10.4 for ROCm 3.8.0] +## rocThrust-2.10.4 for ROCm 3.8.0 ### Added - No new features ### Known issues - ROCm support for device malloc has been disabled. As a result, rocThrust functionality dependent on device malloc does not work. Please avoid using device launched thrust::sort and thrust::sort_by_key. Host launched functionality is not impacted. A partial enablement of device malloc is possible by setting HIP_ENABLE_DEVICE_MALLOC to 1. Thrust::sort and thrust::sort_by_key may work on certain input sizes but is not recommended for production code. -## [rocThrust-2.10.3 for ROCm 3.7.0] +## rocThrust-2.10.3 for ROCm 3.7.0 ### Added - Updated to upstream Thrust 1.9.4 ### Changed @@ -72,13 +69,13 @@ Full documentation for rocThrust is available at [https://rocthrust.readthedocs. ### Known issues - ROCm support for device malloc has been disabled. As a result, rocThrust functionality dependent on device malloc does not work. Please avoid using device launched thrust::sort and thrust::sort_by_key. Host launched functionality is not impacted. A partial enablement of device malloc is possible by setting HIP_ENABLE_DEVICE_MALLOC to 1. Thrust::sort and thrust::sort_by_key may work on certain input sizes but is not recommended for production code. -## [rocThrust-2.10.2 for ROCm 3.6.0] +## rocThrust-2.10.2 for ROCm 3.6.0 ### Added - No new features ### Known Issues - ROCm support for device malloc has been disabled. As a result, rocThrust functionality dependent on device malloc does not work. Please avoid using device launched thrust::sort and thrust::sort_by_key. Host launched functionality is not impacted. A partial enablement of device malloc is possible by setting HIP_ENABLE_DEVICE_MALLOC to 1. Thrust::sort and thrust::sort_by_key may work on certain input sizes but is not recommended for production code. -## [rocThrust-2.10.1 for ROCm 3.5.0] +## rocThrust-2.10.1 for ROCm 3.5.0 ### Added - Improved tests with fixed and random seeds for test data ### Changed