From 0fa632c52cffef7363f9e895e01aa95dcaa5dfd9 Mon Sep 17 00:00:00 2001 From: Ioannis Assiouras Date: Fri, 15 Nov 2024 10:34:09 +0000 Subject: [PATCH] SWDEV-483134 - Reverted the deprecation of hipHostMalloc/hipHostFree Change-Id: I065031b8438330c5eb7a7ae510b8d6619b500d04 --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5929572e8..28b3d63d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,10 +21,6 @@ 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`. - ### Resolved issues