SWDEV-351980 - Remove the ROCtracer private interface from the public header (#2931)
Change-Id: I03ee584873bc257f2bd8f18e92d94be50ee8a7a8 Co-authored-by: Laurent Morichetti <laurent.morichetti@amd.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6e021f1adc
Коммит
ece11e4ed3
@@ -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);
|
||||
|
||||
Ссылка в новой задаче
Block a user