SWDEV-470372 - Added hipExtHostAlloc API

This change adds a new HIP API `hipExtHostAlloc` which preserves
the functionality of `hipHostMalloc`.

Change-Id: I13504c6fc13465ddd7aed329795bb4f2fef1baff
This commit is contained in:
Ioannis Assiouras
2024-08-01 00:54:31 +01:00
parent bb52d9ed62
commit 2c84211b58
9 changed files with 71 additions and 13 deletions
+7
View File
@@ -578,3 +578,10 @@ global:
local:
*;
} hip_6.1;
hip_6.3 {
global:
hipExtHostAlloc;
local:
*;
} hip_6.2;