Releases: ROCm/rocThrust
Releases · ROCm/rocThrust
rocThrust-2.10.8 for ROCm 4.1.0
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 recommend for production code.
rocThrust-2.10.6 for ROCm 4.0.0
New Features
- 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 recommend for production code.
rocThrust-2.10.6 for ROCm 3.10.0
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 recommend for production code.
rocThrust-2.10.5 for ROCm 3.9.0
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 recommend for production code.
rocThrust-2.10.4 for ROCm 3.8.0
New Features
- 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 recommend for production code.
rocThrust-2.10.3 for ROCm 3.7.0
New Features
- package dependecy change to rocprim only
- updated to upstream Thrust 1.9.3
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 recommend for production code.
rocThrust-2.10.2 for ROCm 3.6.0
New Features
- 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 recommend for production code.
rocThrust-2.10.1 for ROCm 3.5.0
New Features
- Switched to hip-clang as default compliler and deprecated hcc build
- Improved tests with fixed and random seeds for test data
- CMake searches for rocPRIM locally first; downloads from github if local search fails
Known Issues
The following unit test failures have been observed. These are due to issues in rocclr runtime.
- sort
- sort_by_key
rocThrust beta hipclang 3.2.0
Workaround for hipclang (#103) * Workaround for hipclang to prevent device code being stripped *Fixing hip/config.h order to match cuda/config.h
rocThrust 3.3.0
Point release for rocm3.3.0