diff --git a/api/hip/hip_hcc.def.in b/api/hip/hip_hcc.def.in index f93517c67a..576f840695 100644 --- a/api/hip/hip_hcc.def.in +++ b/api/hip/hip_hcc.def.in @@ -48,7 +48,6 @@ hipEventRecord hipEventSynchronize hipFree hipFreeArray -hipFreeHost hipFuncSetCacheConfig hipGetDevice hipGetDeviceCount @@ -71,7 +70,6 @@ hipMalloc hipMalloc3D hipMalloc3DArray hipMallocArray -hipMallocHost hipMallocPitch hipMemcpy hipMemcpy2D @@ -109,7 +107,6 @@ hipModuleLaunchKernelExt hipHccModuleLaunchKernel hipModuleLoad hipModuleLoadData -hipModuleLoadDataEx hipModuleUnload hipFuncGetAttributes hipPeekAtLastError @@ -131,8 +128,6 @@ __hipRegisterFatBinary __hipRegisterFunction __hipRegisterVar __hipUnregisterFatBinary -__gnu_f2h_ieee -__gnu_h2f_ieee hipConfigureCall hipSetupArgument hipLaunchByPtr diff --git a/api/hip/hip_hcc.map.in b/api/hip/hip_hcc.map.in index c983f83430..8f033617be 100644 --- a/api/hip/hip_hcc.map.in +++ b/api/hip/hip_hcc.map.in @@ -49,7 +49,6 @@ global: hipEventSynchronize; hipFree; hipFreeArray; - hipFreeHost; hipFuncSetCacheConfig; hipGetDevice; hipGetDeviceCount; @@ -72,7 +71,6 @@ global: hipMalloc3D; hipMalloc3DArray; hipMallocArray; - hipMallocHost; hipMallocPitch; hipMemcpy; hipMemcpy2D; @@ -109,7 +107,6 @@ global: hipModuleLaunchKernelExt; hipModuleLoad; hipModuleLoadData; - hipModuleLoadDataEx; hipModuleUnload; hipFuncGetAttributes; hipPeekAtLastError;