From 4ee148290db87b5aecf76c1ae4c24b9de26d3066 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/hip commit: 9b5b4c4761c197828562e5416e1ad24168a8ac49] --- projects/hip/api/hip/hip_hcc.def.in | 2 ++ projects/hip/api/hip/hip_hcc.map.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/projects/hip/api/hip/hip_hcc.def.in b/projects/hip/api/hip/hip_hcc.def.in index 6913c777a6..0361055e03 100644 --- a/projects/hip/api/hip/hip_hcc.def.in +++ b/projects/hip/api/hip/hip_hcc.def.in @@ -188,3 +188,5 @@ hiprtcGetProgramLogSize hiprtcGetCode hiprtcGetCodeSize hiprtcGetErrorString +hiprtcVersion; +hiprtcGetTypeName; diff --git a/projects/hip/api/hip/hip_hcc.map.in b/projects/hip/api/hip/hip_hcc.map.in index 0933b51528..b946017e5c 100644 --- a/projects/hip/api/hip/hip_hcc.map.in +++ b/projects/hip/api/hip/hip_hcc.map.in @@ -203,6 +203,8 @@ global: hiprtcGetCode*; hiprtcGetCodeSize*; hiprtcGetErrorString*; + hiprtcVersion*; + hiprtcGetTypeName*; }; local: *;