adding lost i the merge change

[ROCm/clr commit: a13e035fd9]
This commit is contained in:
Evgeny
2018-08-26 17:34:26 -05:00
committed by root
parent eae2f875b6
commit 6b45949728
+1
View File
@@ -84,6 +84,7 @@ string ToString(hipFunction_t v) {
return ss.str();
};
std::string& FunctionSymbol(hipFunction_t f) { return f->_name; };
#define CHECK_HSA(hsaStatus, hipStatus) \
if (hsaStatus != HSA_STATUS_SUCCESS) { \