SWDEV-483134 - Deprecate hipHostMalloc and hipHostFree APIs

Change-Id: I230ab2de2e4bdfdd9bfb0a3e59c6130a25b8b0cd


[ROCm/clr commit: 80043d38f4]
This commit is contained in:
Ioannis Assiouras
2024-09-06 10:32:56 +01:00
rodzic 815b9ffc36
commit d452c4ad28
+4
Wyświetl plik
@@ -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