hip_api_name fixed to be inline to suppress not used warning (#1194)

[ROCm/hip commit: e72893a771]
This commit is contained in:
eshcherb
2019-06-29 22:38:43 -05:00
gecommit door Maneesh Gupta
bovenliggende 8e8470a273
commit 9a1e96321e
+1 -1
Bestand weergeven
@@ -333,7 +333,7 @@ def generate_prof_header(f, api_map, opts_map):
# Generating the callbacks ID enumaration
f.write('\n// Return HIP API string\n')
f.write('static const char* hip_api_name(const uint32_t& id) {\n')
f.write('static inline const char* hip_api_name(const uint32_t& id) {\n')
f.write(' switch(id) {\n')
for name in api_map.keys():
f.write(' case HIP_API_ID_' + name + ': return "' + name + '";\n')