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