Skip to content

Commit 9fe6e28

Browse files
rocm-cilmoriche
authored andcommitted
SWDEV-351980 - Remove the ROCtracer private interface from the public header (#2931)
Co-authored-by: Laurent Morichetti <laurent.morichetti@amd.com> (cherry picked from commit ece11e4) Change-Id: Ie428e141eec93721906caa384270f36294afa92a
1 parent 7905f61 commit 9fe6e28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/hip/hip_runtime_api.h

-4
Original file line numberDiff line numberDiff line change
@@ -5287,10 +5287,6 @@ hipError_t hipMipmappedArrayGetLevel(
52875287
* @{
52885288
* This section describes the callback/Activity of HIP runtime API.
52895289
*/
5290-
hipError_t hipRegisterApiCallback(uint32_t id, void* fun, void* arg);
5291-
hipError_t hipRemoveApiCallback(uint32_t id);
5292-
hipError_t hipRegisterActivityCallback(uint32_t id, void* fun, void* arg);
5293-
hipError_t hipRemoveActivityCallback(uint32_t id);
52945290
const char* hipApiName(uint32_t id);
52955291
const char* hipKernelNameRef(const hipFunction_t f);
52965292
const char* hipKernelNameRefByPtr(const void* hostFunction, hipStream_t stream);

0 commit comments

Comments
 (0)