Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IR] Expose ReplaceGlobalVars utility in the Python API #17361

Merged

Conversation

Lunderberg
Copy link
Contributor

This is a follow-up PR to #17202, which added a general utility to replace GlobalVar instances across all TVM IR types. This PR exposes this new utility through the Python API, and explicitly tests its functionality.

This is a follow-up PR to apache#17202,
which added a general utility to replace `GlobalVar` instances across
all TVM IR types.  This PR exposes this new utility through the Python
API, and explicitly tests its functionality.
Copy link
Contributor

@quic-sanirudh quic-sanirudh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks

@Lunderberg Lunderberg force-pushed the expose_replace_global_vars_in_python_api branch from 4eabd8f to 138f06b Compare September 11, 2024 15:08
@Lunderberg Lunderberg force-pushed the expose_replace_global_vars_in_python_api branch from 138f06b to 8d2077b Compare September 11, 2024 16:28
@Lunderberg Lunderberg merged commit b8b5fb6 into apache:main Sep 12, 2024
17 of 18 checks passed
@Lunderberg Lunderberg deleted the expose_replace_global_vars_in_python_api branch September 12, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants