mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
Draft release notes
This commit is contained in:
@@ -13,7 +13,13 @@ All users of ROCm™ 5.2.1 and below are encouraged to upgrade. Please visit htt
|
||||
### ROCR Runtime
|
||||
No changes in this release.
|
||||
### HIP Runtime
|
||||
No changes in this release.
|
||||
#### Fixes
|
||||
- A bug was discovered in the hip graph capture implementation in ROCm 5.2.0. If the same kernel is called twice
|
||||
(with different argument values) in a graph capture, the implementation was only keeping the argument values for
|
||||
the second kernel call. This bug has now been fixed.
|
||||
- A bug was introduced in the hiprtc implementation in ROCm 5.2.0. Due to the bug, hiprtcGetLoweredName would fail
|
||||
for named expressions that had a whitespace in it. For example the named expression "my_sqrt<complex<double>>" would
|
||||
pass but "my_sqrt<complex<double> >" would fail. This bug has now been fixed.
|
||||
### ROCm-OpenCL-Runtime
|
||||
No changes in this release.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user