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
[Flow] Fix cloning of flow.tensor.transfer into dispatch (#19838)
Fixes case where `flow.tensor.transfer` was getting cloned into
dispatches with an attention op by not cloning any `Flow` ops. This
happens because `isAttentionMaskGenerator` returns true for all ops that
are used by attention ops (including flow ops).
Signed-off-by: Ian Wood <[email protected]>
0 commit comments