P4 to Git Change 2008164 by vsytchen@vsytchen-remote-ocl-win10 on 2019/10/03 14:14:21

SWDEV-201925 - hipArray3DCreate() not available in HIP/PAL on Windows

	1. Update HIP's module definition files

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/18068/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#29 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#28 edit
这个提交包含在:
foreman
2019-10-03 13:26:42 -05:00
父节点 4c3b676041
当前提交 4557360eac
修改 2 个文件,包含 2 行新增0 行删除
+1
查看文件
@@ -75,6 +75,7 @@ hipMalloc
hipMalloc3D
hipMalloc3DArray
hipArrayCreate
hipArray3DCreate
hipMallocArray
hipMallocPitch
hipMemcpy
+1
查看文件
@@ -76,6 +76,7 @@ global:
hipMalloc3D;
hipMalloc3DArray;
hipArrayCreate;
hipArray3DCreate;
hipMallocArray;
hipMallocPitch;
hipMemcpy;