mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-19 02:34:19 -05:00
1.3 KiB
1.3 KiB
Release Notes
The release notes for the ROCm platform.
ROCm 5.3.3
Fixed Defects
Issue with rocTHRUST and rocPRIM Libraries
There was a known issue with rocTHRUST and rocPRIM libraries supporting iterator and types in ROCm v5.3.x releases.
thrust::mergeno longer correctly supports different iterator types forkeys_input1andkeys_input2.rocprim::device_mergeno longer correctly supports using different types forkeys_input1andkeys_input2.
This issue is resolved with the following fixes to compilation failures:
- rocPRIM: in device_merge if the two key iterators do not match.
- rocTHRUST: in thrust::merge if the two key iterators do not match.