From 3bef77c170ba04104f2b73e3ac7f63beb5461069 Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 11 Jan 2019 22:45:33 -0500 Subject: [PATCH] P4 to Git Change 1729577 by lmoriche@lmoriche_opencl_lc on 2019/01/11 22:21:53 SWDEV-145570 - [HIP] Windows build fix Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/build/Makefile.hip#9 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#10 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#11 edit --- api/hip/hip_hcc.def.in | 5 ----- api/hip/hip_hcc.map.in | 3 --- 2 files changed, 8 deletions(-) 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;