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

Einsum lowered to IndexLambda variable name fix #534

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

nkoskelo
Copy link
Contributor

@nkoskelo nkoskelo commented Aug 6, 2024

The mapper to convert an Einsum to an IndexLambda we do not use the reserved variable names for the bindings. This PR intends to fix that.

@inducer
Copy link
Owner

inducer commented Aug 6, 2024

Good catch, thanks! All those mypy failures are not your fault, fwiw. That's due to inducer/loopy@4009eee, which allowed pytato to actually see loopy's types. I've got changes locally that fix these, but those in turn rely on inducer/loopy#785. 🤔

@inducer inducer merged commit e05197b into inducer:main Aug 6, 2024
10 of 11 checks passed
@nkoskelo nkoskelo deleted the fix_lower_to_index_lambda_mapper branch August 7, 2024 17:47
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