diff --git a/hipamd/src/amdhip.def b/hipamd/src/amdhip.def index 88da001dd1..a1d58d48de 100644 --- a/hipamd/src/amdhip.def +++ b/hipamd/src/amdhip.def @@ -318,32 +318,8 @@ hipGraphNodeGetDependencies hipGraphNodeGetDependentNodes hipGraphNodeGetType hipGraphDestroyNode -hipGraphInstantiateWithFlags -hipGraphExecUpdate hipGraphClone hipGraphNodeFindInClone -hipGraphAddEventRecordNode -hipGraphEventRecordNodeGetEvent -hipGraphEventRecordNodeSetEvent -hipGraphExecEventRecordNodeSetEvent -hipGraphAddEventWaitNode -hipGraphEventWaitNodeGetEvent -hipGraphEventWaitNodeSetEvent -hipGraphExecEventWaitNodeSetEvent -hipGraphAddHostNode -hipGraphHostNodeGetParams -hipGraphHostNodeSetParams -hipGraphExecHostNodeSetParams -hipGraphAddMemcpyNodeFromSymbol -hipGraphMemcpyNodeSetParamsFromSymbol -hipGraphExecMemcpyNodeSetParamsFromSymbol -hipGraphAddMemcpyNodeToSymbol -hipGraphMemcpyNodeSetParamsToSymbol -hipGraphExecMemcpyNodeSetParamsToSymbol hipGraphAddChildGraphNode hipGraphChildGraphNodeGetGraph hipGraphExecChildGraphNodeSetParams -hipGraphExecMemcpyNodeSetParams -hipGraphMemcpyNodeSetParams1D -hipGraphExecMemcpyNodeSetParams1D -hipGraphExecMemsetNodeSetParams diff --git a/hipamd/src/hip_hcc.def.in b/hipamd/src/hip_hcc.def.in index 88da001dd1..bcb8c1413b 100644 --- a/hipamd/src/hip_hcc.def.in +++ b/hipamd/src/hip_hcc.def.in @@ -309,8 +309,6 @@ hipGraphMemsetNodeSetParams hipGraphAddDependencies hipGraphExecKernelNodeSetParams hipGraphAddEmptyNode -hipStreamGetCaptureInfo -hipStreamGetCaptureInfo_v2 hipStreamUpdateCaptureDependencies hipGraphRemoveDependencies hipGraphGetEdges @@ -318,32 +316,8 @@ hipGraphNodeGetDependencies hipGraphNodeGetDependentNodes hipGraphNodeGetType hipGraphDestroyNode -hipGraphInstantiateWithFlags -hipGraphExecUpdate hipGraphClone hipGraphNodeFindInClone -hipGraphAddEventRecordNode -hipGraphEventRecordNodeGetEvent -hipGraphEventRecordNodeSetEvent -hipGraphExecEventRecordNodeSetEvent -hipGraphAddEventWaitNode -hipGraphEventWaitNodeGetEvent -hipGraphEventWaitNodeSetEvent -hipGraphExecEventWaitNodeSetEvent -hipGraphAddHostNode -hipGraphHostNodeGetParams -hipGraphHostNodeSetParams -hipGraphExecHostNodeSetParams -hipGraphAddMemcpyNodeFromSymbol -hipGraphMemcpyNodeSetParamsFromSymbol -hipGraphExecMemcpyNodeSetParamsFromSymbol -hipGraphAddMemcpyNodeToSymbol -hipGraphMemcpyNodeSetParamsToSymbol -hipGraphExecMemcpyNodeSetParamsToSymbol hipGraphAddChildGraphNode hipGraphChildGraphNodeGetGraph hipGraphExecChildGraphNodeSetParams -hipGraphExecMemcpyNodeSetParams -hipGraphMemcpyNodeSetParams1D -hipGraphExecMemcpyNodeSetParams1D -hipGraphExecMemsetNodeSetParams diff --git a/hipamd/src/hip_hcc.map.in b/hipamd/src/hip_hcc.map.in index c4a4530d7f..9042024e99 100644 --- a/hipamd/src/hip_hcc.map.in +++ b/hipamd/src/hip_hcc.map.in @@ -335,8 +335,6 @@ local: hip_4.5 { global: - hipStreamGetCaptureInfo; - hipStreamGetCaptureInfo_v2; hipStreamUpdateCaptureDependencies; hipGraphRemoveDependencies; hipGraphGetEdges; @@ -344,35 +342,11 @@ global: hipGraphNodeGetDependentNodes; hipGraphNodeGetType; hipGraphDestroyNode; - hipGraphInstantiateWithFlags; - hipGraphExecUpdate; hipGraphClone; hipGraphNodeFindInClone; - hipGraphAddEventRecordNode; - hipGraphEventRecordNodeGetEvent; - hipGraphEventRecordNodeSetEvent; - hipGraphExecEventRecordNodeSetEvent; - hipGraphAddEventWaitNode; - hipGraphEventWaitNodeGetEvent; - hipGraphEventWaitNodeSetEvent; - hipGraphExecEventWaitNodeSetEvent; - hipGraphAddHostNode; - hipGraphHostNodeGetParams; - hipGraphHostNodeSetParams; - hipGraphExecHostNodeSetParams; - hipGraphAddMemcpyNodeFromSymbol; - hipGraphMemcpyNodeSetParamsFromSymbol; - hipGraphExecMemcpyNodeSetParamsFromSymbol; - hipGraphAddMemcpyNodeToSymbol; - hipGraphMemcpyNodeSetParamsToSymbol; - hipGraphExecMemcpyNodeSetParamsToSymbol; hipGraphAddChildGraphNode; hipGraphChildGraphNodeGetGraph; hipGraphExecChildGraphNodeSetParams; - hipGraphExecMemcpyNodeSetParams; - hipGraphMemcpyNodeSetParams1D; - hipGraphExecMemcpyNodeSetParams1D; - hipGraphExecMemsetNodeSetParams; local: *; } hip_4.4;