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

[Enhancement] Implement a Constant Folding Mapper #295

Open
kaushikcfd opened this issue Mar 26, 2022 · 1 comment
Open

[Enhancement] Implement a Constant Folding Mapper #295

kaushikcfd opened this issue Mar 26, 2022 · 1 comment

Comments

@kaushikcfd
Copy link
Collaborator

No description provided.

@kaushikcfd
Copy link
Collaborator Author

kaushikcfd commented May 10, 2022

One potential downside of a constant folding mapper is that it might increase our memory usage. For example, it might be better not to fold constants arising out of pt.broadcast_to as performance-wise it won't buy us much, but might exhaust the device's memory limits.

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

No branches or pull requests

1 participant