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
Here %arg2 is a block ptr. The expand_dims operation yielding %x references it. We do not know how to rewrite that operation given that its argument %ptr is incremented at each loop iteration.
I think this pattern doesn't happen too often. So for now we can keep this a limitation. That is, when the scf.for loop contains an operation that references a rewritten ptr, but that operation cannot accepts a block ptr as its operand. We give up transforming the loop.
Failing test:
The text was updated successfully, but these errors were encountered: