Fix warnings due to deprecated include path

In file included from roctracer/src/roctracer/tracker.h:24,
                 from roctracer/src/roctracer/roctracer.cpp:44:
/opt/rocm/hsa/include/hsa/amd_hsa_signal.h:26:246: note: ‘#pragma message: amd_hsa_signal.h has moved to ...’
   26 | ssage("amd_hsa_signal.h has moved to ...")
      |                                          ^

Change-Id: I38d151d836688083a4fdb0e86a04fc40923a369f
Esse commit está contido em:
Laurent Morichetti
2022-06-18 13:43:18 -07:00
commit 44dbb56fce
6 arquivos alterados com 17 adições e 20 exclusões
+1 -1
Ver Arquivo
@@ -237,7 +237,7 @@ void DumpStatistics() {
} // namespace
#include <hsa_api_trace.h>
#include <hsa/hsa_api_trace.h>
extern "C" ROCTRACER_EXPORT bool OnLoad(HsaApiTable* /* table */, uint64_t /* runtime_version */,
uint64_t /* failed_tool_count */,