tracing callback layer update

This commit is contained in:
Evgeny
2019-03-14 22:43:52 -05:00
parent e3726bbf90
commit 2aa88a4505
5 changed files with 661 additions and 821 deletions
File diff suppressed because it is too large Load Diff
@@ -2924,7 +2924,7 @@ hipError_t hipRemoveApiCallback(uint32_t id);
hipError_t hipRegisterActivityCallback(uint32_t id, void* fun, void* arg);
hipError_t hipRemoveActivityCallback(uint32_t id);
static inline const char* hipApiName(const uint32_t& id) { return hip_api_name(id); }
const char* hipKernelNameRef(hipFunction_t f);
const char* hipKernelNameRef(const hipFunction_t f);
#ifdef __cplusplus
} /* extern "C" */
#endif