From e5570ea1ca2aa5d695f287dfc38743d7a18be43f 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 [ROCm/clr commit: 53d56a3843d7ee7b1a158738cbc3dd645c5ba4f9] --- projects/clr/hipamd/api/hip/hip_hcc.def.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/clr/hipamd/api/hip/hip_hcc.def.in b/projects/clr/hipamd/api/hip/hip_hcc.def.in index 0361055e03..a39646f675 100644 --- a/projects/clr/hipamd/api/hip/hip_hcc.def.in +++ b/projects/clr/hipamd/api/hip/hip_hcc.def.in @@ -74,9 +74,11 @@ hipIpcOpenMemHandle hipMalloc hipMalloc3D hipMalloc3DArray +hipArrayCreate hipMallocArray hipMallocPitch hipMemcpy +hipMemcpyParam2D hipMemcpy2D hipMemcpy2DAsync hipMemcpy2DToArray