mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05:00
33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
# Release Notes
|
|
<!-- Do not edit this file! This file is autogenerated with -->
|
|
<!-- tools/autotag/tag_script.py -->
|
|
|
|
<!-- Disable lints since this is an auto-generated file. -->
|
|
<!-- markdownlint-disable blanks-around-headers -->
|
|
<!-- markdownlint-disable no-duplicate-header -->
|
|
<!-- markdownlint-disable no-blanks-blockquote -->
|
|
<!-- markdownlint-disable ul-indent -->
|
|
<!-- markdownlint-disable no-trailing-spaces -->
|
|
|
|
<!-- spellcheck-disable -->
|
|
|
|
The release notes for the ROCm platform.
|
|
|
|
-------------------
|
|
|
|
## ROCm 5.3.3
|
|
<!-- markdownlint-disable first-line-h1 -->
|
|
<!-- markdownlint-disable no-duplicate-header -->
|
|
### 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::merge` no longer correctly supports different iterator types for `keys_input1` and `keys_input2`.
|
|
- `rocprim::device_merge` no longer correctly supports using different types for `keys_input1` and `keys_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. |