Fixing ROCTracer to match versioning changes in HIP Runtime
Change-Id: Ibde2419314824f12acb4cf51dc675cb14a51851c
Этот коммит содержится в:
коммит произвёл
Ammar ELWazir
родитель
a7d8bd521c
Коммит
aa3c07c257
@@ -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' + \
|
||||
|
||||
Ссылка в новой задаче
Block a user