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]
This commit is contained in:
committed by
GitHub
parent
4cd015f49a
commit
1c5abb630f
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user