-
Notifications
You must be signed in to change notification settings - Fork 29
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
Control flow support #124
base: master
Are you sure you want to change the base?
Control flow support #124
Conversation
Hi @HeydrichBeillschmidt, when I merge your changes into my fork and try to call
The source of the error is the
And finally, here is some logging output I've generated that shows the sequence of events leading up to this failed indexing into the strategy map:
Do you have any idea what could be the problem? |
@HeydrichBeillschmidt I've solved this problem by undoing the part of the diff where you build an instruction sequence from the Is there a reason you did this? Replacing |
Hi @tdietert , thank you for your issue. The |
Co-authored-by: Yonghao Zhuang <[email protected]> Co-authored-by: Zhuohan Li <[email protected]>
Co-authored-by: Hexu Zhao <[email protected]> Co-authored-by: Yonghao Zhuang <[email protected]>
Co-authored-by: Hexu Zhao <[email protected]> Co-authored-by: Yonghao Zhuang <[email protected]>
@HeydrichBeillschmidt Thanks for your response! We have tried your latest changes and they work well for us, thank you. We have not validated the output, that the while loops are parallelized "correctly", but we don't experience any of the issues we experienced before. |
359f6a8
to
a904257
Compare
736d0db
to
2aa7486
Compare
[WIP] support tuple-shaped parameters for while instruction