SWDEV-483134 - Reverted the deprecation of hipHostMalloc/hipHostFree

Change-Id: I065031b8438330c5eb7a7ae510b8d6619b500d04
This commit is contained in:
Ioannis Assiouras
2024-11-15 10:34:09 +00:00
committed by Rakesh Roy
parent 3bd32d7d4b
commit 0fa632c52c
-4
View File
@@ -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