SWDEV-423659: Disabling HIP_ACTIVITY when HSA_ACTIVITY is enabled.

Change-Id: If64fabdcd0d8a718dd0017c2bc821a94c999e87e
Этот коммит содержится в:
Giovanni LB
2023-09-20 14:02:59 -03:00
коммит произвёл Giovanni Baraldi
родитель 4ab6b8edcb
Коммит 7418c52cc8
6 изменённых файлов: 8 добавлений и 6 удалений
+1 -1
Просмотреть файл
@@ -159,7 +159,7 @@ static inline uint32_t GetTid() { return syscall(__NR_gettid); }
uint32_t my_pid = GetPid();
// 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);