From bdf48bdbf926b1c2d6e223b0de2cdb224283e80b Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Thu, 2 Jan 2025 22:36:05 -0500 Subject: [PATCH] SWDEV-497634 - Update change log for hipMalloc allocation fix on Windows Change-Id: If4351cb4f75141661538e1d26c96e600df3d0b39 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c27cdb3038..1ee5456c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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