SWDEV-240806 - Fix Windows build

hipGraphAddHostNode and hipGraphAddMemcpyNode1D are not part of the HIP
graph implementation, hence they should not be exported.

Change-Id: Ia3d0188895fb4f64ebfa23d4a0a09c44438f878d


[ROCm/clr commit: 0782883cb3]
This commit is contained in:
Vladislav Sytchenko
2021-05-10 12:13:05 -04:00
parent bb785af04f
commit daa056f19d
2 changed files with 0 additions and 4 deletions
@@ -281,8 +281,6 @@ hipGraphDestroy
hipGraphAddKernelNode
hipGraphAddMemsetNode
hipGraphAddMemcpyNode
hipGraphAddMemcpyNode1D
hipGraphAddHostNode
hipGraphInstantiate
hipGraphLaunch
hipStreamIsCapturing
@@ -275,8 +275,6 @@ global:
hipGraphAddKernelNode;
hipGraphAddMemsetNode;
hipGraphAddMemcpyNode;
hipGraphAddMemcpyNode1D;
hipGraphAddHostNode;
hipGraphInstantiate;
hipGraphLaunch;
hipStreamIsCapturing;