adding lost i the merge change
This commit is contained in:
@@ -84,6 +84,7 @@ string ToString(hipFunction_t v) {
|
|||||||
return ss.str();
|
return ss.str();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
std::string& FunctionSymbol(hipFunction_t f) { return f->_name; };
|
||||||
|
|
||||||
#define CHECK_HSA(hsaStatus, hipStatus) \
|
#define CHECK_HSA(hsaStatus, hipStatus) \
|
||||||
if (hsaStatus != HSA_STATUS_SUCCESS) { \
|
if (hsaStatus != HSA_STATUS_SUCCESS) { \
|
||||||
|
|||||||
Reference in New Issue
Block a user