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
コミット 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;