We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The source of the problem is this substitution:
pytato/pytato/target/loopy/codegen.py
Line 89 in 08ba927
which causes a re-traversal of each expression node already generated.
A not-yet functional draft approach to this is in 61690f4, using inducer/pymbolic#62.
cc @thomasgibson
The text was updated successfully, but these errors were encountered:
matthiasdiener
No branches or pull requests
The source of the problem is this substitution:
pytato/pytato/target/loopy/codegen.py
Line 89 in 08ba927
which causes a re-traversal of each expression node already generated.
A not-yet functional draft approach to this is in 61690f4, using inducer/pymbolic#62.
cc @thomasgibson
The text was updated successfully, but these errors were encountered: