From 035cbfa79e7fc3b3d01f431d7260d8a67b4fa06f Mon Sep 17 00:00:00 2001 From: Sarbojit Sarkar Date: Wed, 23 Jun 2021 07:53:21 +0000 Subject: [PATCH] SWDEV-261977 - Fixed function symbols Change-Id: I70f568d12e66ae02efa16c48786a56ff10628a6b [ROCm/clr commit: b30543e8906d0fc0d08c714c9e385423298b46ab] --- projects/clr/hipamd/src/hip_hcc.map.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/projects/clr/hipamd/src/hip_hcc.map.in b/projects/clr/hipamd/src/hip_hcc.map.in index 41ea2fc2fe..381be32823 100755 --- a/projects/clr/hipamd/src/hip_hcc.map.in +++ b/projects/clr/hipamd/src/hip_hcc.map.in @@ -85,7 +85,6 @@ global: hipMalloc3DArray; hipMallocManaged; hipArrayCreate; - hipArrayDestroy; hipArray3DCreate; hipMallocArray; hipMallocPitch; @@ -96,8 +95,6 @@ global: hipMemcpy2D; hipMemcpy2DAsync; hipMemcpy2DToArray; - hipMemcpy2DToArrayAsync; - hipDrvMemcpy2DUnaligned; hipMemcpy3D; hipMemcpy3DAsync; hipDrvMemcpy3D; @@ -267,13 +264,6 @@ global: hipTexObjectGetResourceDesc; hipTexObjectGetResourceViewDesc; hipTexObjectGetTextureDesc; - hipImportExternalMemory; - hipExternalMemoryGetMappedBuffer; - hipDestroyExternalMemory; - hipImportExternalSemaphore; - hipSignalExternalSemaphoresAsync; - hipWaitExternalSemaphoresAsync; - hipDestroyExternalSemaphore; extern "C++" { hip_impl::hipLaunchKernelGGLImpl*; hip_impl::demangle*; @@ -311,6 +301,16 @@ global: hipStreamBeginCapture; hipStreamEndCapture; hipGraphExecDestroy; + hipImportExternalSemaphore; + hipSignalExternalSemaphoresAsync; + hipWaitExternalSemaphoresAsync; + hipDestroyExternalSemaphore; + hipImportExternalMemory; + hipExternalMemoryGetMappedBuffer; + hipDestroyExternalMemory; + hipMemcpy2DToArrayAsync; + hipDrvMemcpy2DUnaligned; + hipArrayDestroy; local: *; } hip_4.2;