diff --git a/api/hip/hip_hcc.def.in b/api/hip/hip_hcc.def.in index e3ddb529a3..70eaa66870 100644 --- a/api/hip/hip_hcc.def.in +++ b/api/hip/hip_hcc.def.in @@ -75,6 +75,7 @@ hipMalloc hipMalloc3D hipMalloc3DArray hipArrayCreate +hipArray3DCreate hipMallocArray hipMallocPitch hipMemcpy diff --git a/api/hip/hip_hcc.map.in b/api/hip/hip_hcc.map.in index d580b8b99b..217164cafb 100644 --- a/api/hip/hip_hcc.map.in +++ b/api/hip/hip_hcc.map.in @@ -76,6 +76,7 @@ global: hipMalloc3D; hipMalloc3DArray; hipArrayCreate; + hipArray3DCreate; hipMallocArray; hipMallocPitch; hipMemcpy;