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;