From a62b6110dbf10ecd57c452c23b60bc967abbeb79 Mon Sep 17 00:00:00 2001 From: anusha GodavarthySurya Date: Tue, 5 Oct 2021 21:10:44 -0700 Subject: [PATCH] SWDEV-240806 - Fix windows build remove unused symbols Change-Id: I27524f2f0700ed5a9b78d46fbc8a19a516c46ad1 --- hipamd/src/amdhip.def | 24 ------------------------ hipamd/src/hip_hcc.def.in | 26 -------------------------- hipamd/src/hip_hcc.map.in | 26 -------------------------- 3 files changed, 76 deletions(-) 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;