SWDEV-351980 - Remove the ROCtracer private interface from the public header (#2931)

Change-Id: I03ee584873bc257f2bd8f18e92d94be50ee8a7a8

Co-authored-by: Laurent Morichetti <laurent.morichetti@amd.com>

[ROCm/hip commit: ece11e4ed3]
Cette révision appartient à :
ROCm CI Service Account
2022-09-21 22:28:26 +05:30
révisé par GitHub
Parent 4cd015f49a
révision 1c5abb630f
-4
Voir le fichier
@@ -5305,10 +5305,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);