From 4557360eac679e6ea2d2fe3342c845c3b654ab82 Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 3 Oct 2019 13:26:42 -0500 Subject: [PATCH] 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 --- api/hip/hip_hcc.def.in | 1 + api/hip/hip_hcc.map.in | 1 + 2 files changed, 2 insertions(+) diff --git a/api/hip/hip_hcc.def.in b/api/hip/hip_hcc.def.in index e3ddb529a3..70eaa66870 100644 --- a/api/hip/hip_hcc.def.in +++ b/api/hip/hip_hcc.def.in @@ -75,6 +75,7 @@ hipMalloc hipMalloc3D hipMalloc3DArray hipArrayCreate +hipArray3DCreate hipMallocArray hipMallocPitch hipMemcpy diff --git a/api/hip/hip_hcc.map.in b/api/hip/hip_hcc.map.in index d580b8b99b..217164cafb 100644 --- a/api/hip/hip_hcc.map.in +++ b/api/hip/hip_hcc.map.in @@ -76,6 +76,7 @@ global: hipMalloc3D; hipMalloc3DArray; hipArrayCreate; + hipArray3DCreate; hipMallocArray; hipMallocPitch; hipMemcpy;