tracing callback layer update

This commit is contained in:
Evgeny
2019-03-14 22:43:52 -05:00
parent e2977fffa3
commit 31475c5ac8
5 changed files with 661 additions and 821 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ THE SOFTWARE.
api_callbacks_table_t callbacks_table;
extern std::string& FunctionSymbol(hipFunction_t f);
extern std::string& FunctionSymbol(const hipFunction_t f);
const char* hipKernelNameRef(const hipFunction_t f) { return FunctionSymbol(f).c_str(); }
hipError_t hipRegisterApiCallback(uint32_t id, void* fun, void* arg) {