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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user