From 3b5927d7fe397e6f8bfefdedee5873d106343fbb Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 5 Sep 2019 14:34:47 -0400 Subject: [PATCH] P4 to Git Change 1994120 by axie@axie-hip-pal on 2019/09/05 14:22:40 SWDEV-201667 - Linker errors when using hipArrayCreate and hipMemcpyParam2D Tests: In Windows 10, the linker errors has been fixed with this code change. http://ocltc.amd.com:8111/viewModification.html?modId=125600&personal=true&tab=vcsModificationBuilds Review: http://ocltc.amd.com/reviews/r/17943/ Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#24 edit --- api/hip/hip_hcc.def.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/hip/hip_hcc.def.in b/api/hip/hip_hcc.def.in index 0361055e03..a39646f675 100644 --- a/api/hip/hip_hcc.def.in +++ b/api/hip/hip_hcc.def.in @@ -74,9 +74,11 @@ hipIpcOpenMemHandle hipMalloc hipMalloc3D hipMalloc3DArray +hipArrayCreate hipMallocArray hipMallocPitch hipMemcpy +hipMemcpyParam2D hipMemcpy2D hipMemcpy2DAsync hipMemcpy2DToArray