From fd8647807d92ca69c95ac32275b6fd4b1224747b Mon Sep 17 00:00:00 2001 From: sdashmiz Date: Wed, 24 Aug 2022 17:10:24 -0400 Subject: [PATCH] SWDEV-325711: move the API under correct hip version Signed-off-by: sdashmiz Change-Id: Ia4e1588da7d21b2cb617c374d846ce5e05b1f4f8 --- hipamd/src/hip_hcc.map.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hipamd/src/hip_hcc.map.in b/hipamd/src/hip_hcc.map.in index 4500c3829a..cd991dff21 100644 --- a/hipamd/src/hip_hcc.map.in +++ b/hipamd/src/hip_hcc.map.in @@ -441,11 +441,6 @@ global: hipMemRetainAllocationHandle; hipMemSetAccess; hipMemUnmap; - hipUserObjectCreate; - hipUserObjectRelease; - hipUserObjectRetain; - hipGraphRetainUserObject; - hipGraphReleaseUserObject; local: *; } hip_5.0; @@ -500,6 +495,11 @@ global: hipMemcpy2DToArrayAsync_spt; hipDrvGetErrorName; hipDrvGetErrorString; + hipUserObjectCreate; + hipUserObjectRelease; + hipUserObjectRetain; + hipGraphRetainUserObject; + hipGraphReleaseUserObject; local: *; } hip_5.2;