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

Reusing a variable name as the inner dimension of a split breaks #15

Closed
abadams opened this issue Aug 17, 2012 · 1 comment
Closed

Reusing a variable name as the inner dimension of a split breaks #15

abadams opened this issue Aug 17, 2012 · 1 comment
Labels

Comments

@abadams
Copy link
Member

abadams commented Aug 17, 2012

For example, the following code accesses the output image incorrectly.

f(x) = x
f.root().split(x, xo, x, 2)

f.realize(...)

A failing test has been checked in as split_reuse_inner_name_bug

@abadams
Copy link
Member Author

abadams commented Feb 16, 2013

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant