Lunderberg opened a new pull request, #17203: URL: https://github.com/apache/tvm/pull/17203
Prior to this commit, the well-formed checker verified that the `"global_symbol"` attribute, if present, matches the name of the `GlobalVar`. However, this check was only applied for Relax functions. As a result, discrepencies between the `"global_symbol"` and the `gvar->name_hint` could result in unexpected bugs. (For example, https://github.com/apache/tvm/issues/17176.) This commit updates the well-formed checker to verify `"global_symbol"` on all functions in an `IRModule`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
