Skip to content

Commit

Permalink
SWDEV-351980 - Remove the ROCtracer private interface from the public…
Browse files Browse the repository at this point in the history
… header (#2931)

Co-authored-by: Laurent Morichetti <laurent.morichetti@amd.com>
(cherry picked from commit ece11e4)

Change-Id: Ie428e141eec93721906caa384270f36294afa92a
  • Loading branch information
rocm-ci authored and lmoriche committed Oct 13, 2022
1 parent 7905f61 commit 9fe6e28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/hip/hip_runtime_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -5287,10 +5287,6 @@ hipError_t hipMipmappedArrayGetLevel(
* @{
* This section describes the callback/Activity of HIP runtime API.
*/
hipError_t hipRegisterApiCallback(uint32_t id, void* fun, void* arg);
hipError_t hipRemoveApiCallback(uint32_t id);
hipError_t hipRegisterActivityCallback(uint32_t id, void* fun, void* arg);
hipError_t hipRemoveActivityCallback(uint32_t id);
const char* hipApiName(uint32_t id);
const char* hipKernelNameRef(const hipFunction_t f);
const char* hipKernelNameRefByPtr(const void* hostFunction, hipStream_t stream);
Expand Down

0 comments on commit 9fe6e28

Please sign in to comment.