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

Reshape simple expressions in index lambda #575

Conversation

nkoskelo
Copy link
Contributor

@nkoskelo nkoskelo commented Jan 27, 2025

Closes #574

@nkoskelo nkoskelo marked this pull request as draft January 27, 2025 17:39
@nkoskelo nkoskelo marked this pull request as ready for review January 28, 2025 19:55
@nkoskelo
Copy link
Contributor Author

@inducer this is ready for your review.

pytato/transform/lower_to_index_lambda.py Outdated Show resolved Hide resolved
pytato/transform/lower_to_index_lambda.py Outdated Show resolved Hide resolved
Copy link
Owner

Choose a reason for hiding this comment

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

There are piles of seemingly unrelated changes here. What happened?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Mypy was complaining about keyword arguments that begin with an underscore no longer existing.

@inducer inducer mentioned this pull request Jan 30, 2025
@inducer inducer closed this in #577 Jan 30, 2025
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.

Lowering a Reshape to IndexLambda should produce simple expressions if possible
2 participants