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
[GPU] Set insertion point to last slice index operand in reshape and slice fusion (#19959)
Empty tensor elimination relies on dominance of SSA values when
attempting to reuse buffers for slices of init operands. Ideally, empty
tensor elimination should be able to handle this, but it is difficult to
fix at that level. For now, this PR tries to avoid creating these
dominance issues in the first place.
---------
Signed-off-by: Max Dawkins <[email protected]>
Copy file name to clipboardExpand all lines: compiler/src/iree/compiler/Codegen/Dialect/GPU/TransformExtensions/test/transform_fuse_collapse_shape_with_forall.mlir
0 commit comments