From 0782883cb39e02b3b4682ae05ffb4d1370b9f021 Mon Sep 17 00:00:00 2001 From: Vladislav Sytchenko Date: Mon, 10 May 2021 12:13:05 -0400 Subject: [PATCH] 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 --- hipamd/rocclr/hip_hcc.def.in | 2 -- hipamd/rocclr/hip_hcc.map.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/hipamd/rocclr/hip_hcc.def.in b/hipamd/rocclr/hip_hcc.def.in index fd150837d8..1e5007e0ba 100755 --- a/hipamd/rocclr/hip_hcc.def.in +++ b/hipamd/rocclr/hip_hcc.def.in @@ -281,8 +281,6 @@ hipGraphDestroy hipGraphAddKernelNode hipGraphAddMemsetNode hipGraphAddMemcpyNode -hipGraphAddMemcpyNode1D -hipGraphAddHostNode hipGraphInstantiate hipGraphLaunch hipStreamIsCapturing diff --git a/hipamd/rocclr/hip_hcc.map.in b/hipamd/rocclr/hip_hcc.map.in index 8c3ac57554..41332efcac 100755 --- a/hipamd/rocclr/hip_hcc.map.in +++ b/hipamd/rocclr/hip_hcc.map.in @@ -275,8 +275,6 @@ global: hipGraphAddKernelNode; hipGraphAddMemsetNode; hipGraphAddMemcpyNode; - hipGraphAddMemcpyNode1D; - hipGraphAddHostNode; hipGraphInstantiate; hipGraphLaunch; hipStreamIsCapturing;