Fixing ROCTracer to match versioning changes in HIP Runtime

Change-Id: Ibde2419314824f12acb4cf51dc675cb14a51851c
Этот коммит содержится в:
Ammar ELWazir
2023-11-01 15:06:54 +00:00
коммит произвёл Ammar ELWazir
родитель a7d8bd521c
Коммит aa3c07c257
11 изменённых файлов: 367 добавлений и 357 удалений
+8 -1
Просмотреть файл
@@ -197,7 +197,14 @@ def gen_cppheader(infilepath, outfilepath, rank):
header_s = \
'#ifndef INC_' + apiname + '_OSTREAM_OPS_H_\n' + \
'#define INC_' + apiname + '_OSTREAM_OPS_H_\n' + \
'\n' + \
'\n'
if apiname.upper() == 'HIP':
header_s = \
header_s + \
'#include <hip/hip_runtime.h>\n' + \
'#include <hip/hip_deprecated.h>\n'
header_s = \
header_s + \
'#include "roctracer.h"\n' + \
'\n' + \
'#ifdef __cplusplus\n' + \