tracing callback layer update

[ROCm/hip commit: 31475c5ac8]
This commit is contained in:
Evgeny
2019-03-14 22:43:52 -05:00
vanhempi f0fd33a301
commit 36b5313d65
5 muutettua tiedostoa jossa 661 lisäystä ja 821 poistoa
+1 -1
Näytä tiedosto
@@ -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) {