From d452c4ad28e23befe6cba74a4908ebc06304e12f Mon Sep 17 00:00:00 2001 From: Ioannis Assiouras Date: Fri, 6 Sep 2024 10:32:56 +0100 Subject: [PATCH] SWDEV-483134 - Deprecate hipHostMalloc and hipHostFree APIs Change-Id: I230ab2de2e4bdfdd9bfb0a3e59c6130a25b8b0cd [ROCm/clr commit: 80043d38f4d5b428b972cdd08fe9b6d5a6196cb0] --- projects/clr/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/clr/CHANGELOG.md b/projects/clr/CHANGELOG.md index 734ec5ac23..755c04fe44 100644 --- a/projects/clr/CHANGELOG.md +++ b/projects/clr/CHANGELOG.md @@ -21,6 +21,10 @@ Full documentation for HIP is available at [rocm.docs.amd.com](https://rocm.docs - `hipDrvGraphExecMemsetNodeSetParams` sets the parameters for a memset node in the given graphExec. - `hipExtHostAlloc` preserves the functionality of `hipHostMalloc`. +* Deprecated HIP APIs + - `hipHostMalloc` to be replaced by `hipExtHostAlloc`. + - `hipHostFree` to be replaced by `hipFreeHost`. + ### Optimizations ### Resolved issues