-
Couldn't load subscription status.
- Fork 607
Fix SCF Forloop fails to convert to linalg when a tensor argument is supplied to the loop block #3040
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
Conversation
You will want to check whether While and If require the same changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should included a simple execution test in the e2e example
|
something i'm concerned about the e2e test case is it doesnt work when i give an input to the function as the iteration count. i'm currently giving it a range(50) like this: I suspect there's something going on with unrolling |
|
Error message: |
|
I banged my head against it a bunch without luck. Current guess is the forloop somehow removes shape information but unrolling somehow preserves it. |
No description provided.