SWDEV-483134 - Deprecate hipHostMalloc and hipHostFree APIs
Change-Id: I230ab2de2e4bdfdd9bfb0a3e59c6130a25b8b0cd
[ROCm/clr commit: 80043d38f4]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user