Skip to content

Releases: ROCm/rocThrust

rocThrust-2.10.8 for ROCm 4.1.0

23 Mar 01:18
Compare
Choose a tag to compare

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

18 Dec 15:22
Compare
Choose a tag to compare

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

30 Nov 17:02
Compare
Choose a tag to compare

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

27 Oct 20:13
a26200a
Compare
Choose a tag to compare

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

18 Sep 21:32
39d4237
Compare
Choose a tag to compare

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

15 Aug 04:26
Compare
Choose a tag to compare

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

11 Jul 00:38
16c3044
Compare
Choose a tag to compare

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

01 Jun 19:52
f09291d
Compare
Choose a tag to compare

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

13 Apr 15:06
d1e2867
Compare
Choose a tag to compare
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

31 Mar 23:46
3de52fa
Compare
Choose a tag to compare

Point release for rocm3.3.0