-
Notifications
You must be signed in to change notification settings - Fork 8
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
Typechecker Issue #405
Comments
Oh odd! Maybe it is not assigning a dynamic index type to the accesses memories? |
AffineType check tries to consume the array. Looking at the contents of Surely enough as bank 0 of arr is consumed the type-checker catches the following
and even
Adding a screenshot of the stacktrace from debugging. https://github.com/cucapra/dahlia/blob/master/src/main/scala/typechecker/AffineCheck.scala#L279-L293 |
Hm, the problem is that |
The typechecker catches this
however this seems to not be caught
The text was updated successfully, but these errors were encountered: