From bcde7717629ff89757e122ba30cd4466ff8b24ca Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 5 Sep 2019 14:12:32 -0400 Subject: [PATCH] P4 to Git Change 1994105 by skudchad@skudchad_rocm on 2019/09/05 13:59:26 SWDEV-202136 - Export symbols for hiprtcVersion and hiprtcGetTypeName Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#23 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#24 edit [ROCm/clr commit: cd5c37bb4aac58ac3afa2a7898808bfff43e7841] --- projects/clr/hipamd/api/hip/hip_hcc.def.in | 2 ++ projects/clr/hipamd/api/hip/hip_hcc.map.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/projects/clr/hipamd/api/hip/hip_hcc.def.in b/projects/clr/hipamd/api/hip/hip_hcc.def.in index 6913c777a6..0361055e03 100644 --- a/projects/clr/hipamd/api/hip/hip_hcc.def.in +++ b/projects/clr/hipamd/api/hip/hip_hcc.def.in @@ -188,3 +188,5 @@ hiprtcGetProgramLogSize hiprtcGetCode hiprtcGetCodeSize hiprtcGetErrorString +hiprtcVersion; +hiprtcGetTypeName; diff --git a/projects/clr/hipamd/api/hip/hip_hcc.map.in b/projects/clr/hipamd/api/hip/hip_hcc.map.in index 0933b51528..b946017e5c 100644 --- a/projects/clr/hipamd/api/hip/hip_hcc.map.in +++ b/projects/clr/hipamd/api/hip/hip_hcc.map.in @@ -203,6 +203,8 @@ global: hiprtcGetCode*; hiprtcGetCodeSize*; hiprtcGetErrorString*; + hiprtcVersion*; + hiprtcGetTypeName*; }; local: *;