From 65728e91cf27a73fa6fe86958a95fdaa2b188e97 Mon Sep 17 00:00:00 2001 From: foreman Date: Wed, 23 Oct 2019 11:45:28 -0400 Subject: [PATCH] P4 to Git Change 2018213 by eshcherb@evgeny-hip on 2019/10/23 11:36:28 SWDEV-197287 - exporting interception functions Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#33 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#31 edit [ROCm/hip commit: ff8a4e3b3ba242150c437fc8d54ba713b74a2716] --- projects/hip/api/hip/hip_hcc.def.in | 6 ++++++ projects/hip/api/hip/hip_hcc.map.in | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/projects/hip/api/hip/hip_hcc.def.in b/projects/hip/api/hip/hip_hcc.def.in index 4d95549d3d..abe083ac23 100644 --- a/projects/hip/api/hip/hip_hcc.def.in +++ b/projects/hip/api/hip/hip_hcc.def.in @@ -160,6 +160,12 @@ hipConfigureCall hipSetupArgument hipLaunchByPtr hipLaunchKernel +hipRegisterApiCallback +hipRemoveApiCallback +hipRegisterActivityCallback +hipRemoveActivityCallback +hipApiName +hipKernelNameRef hipCreateTextureObject hipDestroyTextureObject hipGetTextureObjectResourceDesc diff --git a/projects/hip/api/hip/hip_hcc.map.in b/projects/hip/api/hip/hip_hcc.map.in index 4a28d40b2a..1dd522e4e2 100644 --- a/projects/hip/api/hip/hip_hcc.map.in +++ b/projects/hip/api/hip/hip_hcc.map.in @@ -160,6 +160,12 @@ global: hipSetupArgument; hipLaunchByPtr; hipLaunchKernel; + hipRegisterApiCallback; + hipRemoveApiCallback; + hipRegisterActivityCallback; + hipRemoveActivityCallback; + hipApiName; + hipKernelNameRef; hipProfilerStart; hipProfilerStop; hiprtcCompileProgram;