Draft release notes

This commit is contained in:
Saad Rahim
2022-08-04 09:55:04 -06:00
parent 29a1da2d15
commit d091ae2f0e

View File

@@ -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.