SWDEV-423659: Disabling HIP_ACTIVITY when HSA_ACTIVITY is enabled.
Change-Id: If64fabdcd0d8a718dd0017c2bc821a94c999e87e
This commit is contained in:
committed by
Giovanni Baraldi
parent
4ab6b8edcb
commit
7418c52cc8
@@ -46,7 +46,7 @@ volatile bool is_loaded = false;
|
||||
// unsigned feature_count = 0;
|
||||
|
||||
// Error handler
|
||||
void fatal(const std::string msg) {
|
||||
void fatal(const std::string msg) [[noreturn]] {
|
||||
fflush(stdout);
|
||||
fprintf(stderr, "%s\n\n", msg.c_str());
|
||||
fflush(stderr);
|
||||
|
||||
Reference in New Issue
Block a user