-
Notifications
You must be signed in to change notification settings - Fork 16
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
Reshape simple expressions in index lambda #575
Conversation
…om:nkoskelo/pytato into reshape_simple_expressions_in_index_lambda
@inducer this is ready for your review. |
…hapes that match across the reshape operation. It will also handle shapes with size 1.
…index variables. :)
… both Fortran and C ordering more cleanly.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Closes #574