SWDEV-497634 - Update change log for hipMalloc allocation fix on Windows

Change-Id: If4351cb4f75141661538e1d26c96e600df3d0b39


[ROCm/clr commit: bdf48bdbf9]
Этот коммит содержится в:
Julia Jiang
2025-01-02 22:36:05 -05:00
коммит произвёл Julia Jiang
родитель 08c92f4793
Коммит 8c070f11f9
+3
Просмотреть файл
@@ -6,6 +6,9 @@ Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs
### Added
### Resolved issues
* Out of memory error on Windows. When the user calls the API hipMalloc for device memory allocation specifying a size larger than the available device memory, the HIP runtime fixes the error in the API implementation, allocating the available device memory plus system memory (shared virtual memory). The fix is not available on Linux.
## HIP 6.3.1 for ROCm 6.3.1