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
This commit is contained in:
Vladislav Sytchenko
2021-05-10 12:13:05 -04:00
والد 5d8cafef2d
کامیت 0782883cb3
2فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
@@ -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;