You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can definitely check it, but if it does that means that #7868 is incorrect. The pipeline and its schedule should be perfectly valid, it's just two async producers with no interdependencies of any kind.
The following test produces incorrect results:
The final IR looks wrong to me:
For example, producer1 and producer2 seem to be connected via
producer1.semaphore_0_4
semaphore, but there is no actual dependency between them.The text was updated successfully, but these errors were encountered: