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 <zhuangyh@sjtu.edu.cn> Co-authored-by: Zhuohan Li <zhuohan123@gmail.com>
Co-authored-by: Hexu Zhao <zhaohx19@mails.tsinghua.edu.cn> Co-authored-by: Yonghao Zhuang <zhuangyh@sjtu.edu.cn>
Co-authored-by: Hexu Zhao <zhaohx19@mails.tsinghua.edu.cn> Co-authored-by: Yonghao Zhuang <zhuangyh@sjtu.edu.cn>
|
@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