SWDEV-240807 - Fix Windows builds
Unimplemented APIs should not be in the linker export script.
Change-Id: Ieabfc829bf950bc49e79f2851fb247a4c95b9427
[ROCm/clr commit: f7f418c101]
This commit is contained in:
@@ -299,6 +299,4 @@ hipGraphMemcpyNodeGetParams
|
||||
hipGraphMemcpyNodeSetParams
|
||||
hipGraphMemsetNodeGetParams
|
||||
hipGraphMemsetNodeSetParams
|
||||
hipGraphExecKernelNodeSetParams
|
||||
hipGraphAddDependencies
|
||||
hipGraphAddEmptyNode
|
||||
|
||||
@@ -305,6 +305,4 @@ hipGraphMemcpyNodeGetParams
|
||||
hipGraphMemcpyNodeSetParams
|
||||
hipGraphMemsetNodeGetParams
|
||||
hipGraphMemsetNodeSetParams
|
||||
hipGraphExecKernelNodeSetParams
|
||||
hipGraphAddDependencies
|
||||
hipGraphAddEmptyNode
|
||||
|
||||
@@ -325,9 +325,7 @@ global:
|
||||
hipGraphMemcpyNodeSetParams;
|
||||
hipGraphMemsetNodeGetParams;
|
||||
hipGraphMemsetNodeSetParams;
|
||||
hipGraphExecKernelNodeSetParams;
|
||||
hipGraphAddDependencies;
|
||||
hipGraphAddEmptyNode;
|
||||
local:
|
||||
*;
|
||||
}hip_4.3;
|
||||
|
||||
Reference in New Issue
Block a user