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

Stop defeating loopy correctness checks #103

Open
inducer opened this issue Mar 28, 2022 · 0 comments
Open

Stop defeating loopy correctness checks #103

inducer opened this issue Mar 28, 2022 · 0 comments

Comments

@inducer
Copy link
Owner

inducer commented Mar 28, 2022

E.g. here:

sumpy/sumpy/e2e.py

Lines 652 to 653 in 7aa3dd8

loopy_knl = lp.set_options(loopy_knl,
enforce_variable_access_ordered="no_check")

I get that they're infeasibly costly. But let's fix that instead of just turning them off. I think they can potentially help catch bugs, especially as we do more complex transformations.

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