Temp workaround for compilation errors in CTF

Change-Id: If9fc45f4d76a85ebe38ebc03a4fba9fe069730d7


[ROCm/rocprofiler commit: bae8c664bb]
Этот коммит содержится в:
Giovanni LB
2024-01-06 17:58:33 -03:00
родитель 492f3740b3
Коммит c6a6c372af
+2
Просмотреть файл
@@ -580,6 +580,8 @@ def _cpp_switch_statement_from_erts(api_prefix, erts):
lines.append("switch (GetOp()) {")
for ert in erts:
if api_prefix == 'hip' and 'R0600' in ert.api_func_name:
continue
lines.append(f" case {api_prefix.upper()}_API_ID_{ert.api_func_name}:")
lines.append(f" barectf_{api_prefix}_api_trace_{ert.name(api_prefix)}(")
lines.append(f" &barectf_ctx,")