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