From 2d17f2776dcdd4237f63d04f08e84252958e3f65 Mon Sep 17 00:00:00 2001 From: Sarbojit Sarkar Date: Thu, 10 Jun 2021 06:46:41 +0000 Subject: [PATCH] SWDEV-261977 - Added HIP symbol version Change-Id: I108e2112a03351b29c659981023805213704a970 --- hipamd/src/hip_hcc.map.in | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/hipamd/src/hip_hcc.map.in b/hipamd/src/hip_hcc.map.in index e7d761d820..41ea2fc2fe 100755 --- a/hipamd/src/hip_hcc.map.in +++ b/hipamd/src/hip_hcc.map.in @@ -1,4 +1,4 @@ -{ +hip_4.2 { global: hipChooseDevice; hipCtxCreate; @@ -270,17 +270,6 @@ global: hipImportExternalMemory; hipExternalMemoryGetMappedBuffer; hipDestroyExternalMemory; - hipGraphCreate; - hipGraphDestroy; - hipGraphAddKernelNode; - hipGraphAddMemsetNode; - hipGraphAddMemcpyNode; - hipGraphInstantiate; - hipGraphLaunch; - hipStreamIsCapturing; - hipStreamBeginCapture; - hipStreamEndCapture; - hipGraphExecDestroy; hipImportExternalSemaphore; hipSignalExternalSemaphoresAsync; hipWaitExternalSemaphoresAsync; @@ -308,3 +297,20 @@ global: local: *; }; + +hip_4.3 { +global: + hipGraphCreate; + hipGraphDestroy; + hipGraphAddKernelNode; + hipGraphAddMemsetNode; + hipGraphAddMemcpyNode; + hipGraphInstantiate; + hipGraphLaunch; + hipStreamIsCapturing; + hipStreamBeginCapture; + hipStreamEndCapture; + hipGraphExecDestroy; +local: + *; +} hip_4.2;