SWDEV-423659: Disabling HIP_ACTIVITY when HSA_ACTIVITY is enabled.

Change-Id: If64fabdcd0d8a718dd0017c2bc821a94c999e87e


[ROCm/rocprofiler commit: 7418c52cc8]
This commit is contained in:
Giovanni LB
2023-09-20 14:02:59 -03:00
committed by Giovanni Baraldi
vanhempi b92ddf8fd0
commit 3badb4ba81
6 muutettua tiedostoa jossa 8 lisäystä ja 6 poistoa
@@ -40,7 +40,7 @@ THE SOFTWARE.
#define PUBLIC_API __attribute__((visibility("default")))
// 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);