SWDEV-353281 - Relax prof script validation

Report a warning on HIP header mismatch

Change-Id: Ib6fb32161b7de14881ef88cff6c95e6b432999db


[ROCm/clr commit: 6d3b8d0106]
This commit is contained in:
German Andryeyev
2022-12-07 11:56:56 -05:00
parent 6a661a9f15
commit b4f089f6e7
+1 -1
View File
@@ -724,7 +724,7 @@ with open(OUTPUT, 'w') as f:
generate_prof_header(f, api_map, api_callback_ids, opts_map)
if not filecmp.cmp(INPUT, OUTPUT):
fatal("\"" + INPUT + "\" needs to be re-generated and checked-in with the current changes")
message("Warning: \"" + INPUT + "\" needs to be re-generated and checked-in with the current changes")
# Successfull exit
sys.exit(0)