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
Этот коммит содержится в:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Ссылка в новой задаче
Block a user