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;