SWDEV-351980 - Remove the ROCtracer private interface from the public header
Change-Id: I51d45cca5051f04d3c1b59ca2a9cf1db5fd1ebd4
[ROCm/clr commit: 0b1ea7e075]
This commit is contained in:
committed by
Maneesh Gupta
parent
7919db9760
commit
d43323b5ea
@@ -42,6 +42,7 @@ const char* hipKernelNameRef(const hipFunction_t function) {
|
||||
}
|
||||
|
||||
const char* hipKernelNameRefByPtr(const void* host_function, hipStream_t stream) {
|
||||
[](auto&&...) {}(stream);
|
||||
return (host_function != nullptr) ? PlatformState::instance().getStatFuncName(host_function)
|
||||
: nullptr;
|
||||
}
|
||||
@@ -54,12 +55,4 @@ void hipRegisterTracerCallback(const void* function) {
|
||||
|
||||
const char* hipApiName(uint32_t id) { return hip_api_name(id); }
|
||||
|
||||
// Deprecated functions that need to be removed from hip_runtime_api.h
|
||||
hipError_t hipRegisterApiCallback(uint32_t id, void* fun, void* arg) { return hipErrorUnknown; }
|
||||
hipError_t hipRemoveApiCallback(uint32_t id) { return hipErrorUnknown; }
|
||||
hipError_t hipRegisterActivityCallback(uint32_t id, void* fun, void* arg) {
|
||||
return hipErrorUnknown;
|
||||
}
|
||||
hipError_t hipRemoveActivityCallback(uint32_t id) { return hipErrorUnknown; }
|
||||
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user