This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Fix element type of results when folding reshapes.
ClosedPublic

Authored by mravishankar on May 5 2021, 1:54 PM.

Details

Summary

Fixing a minor bug which lead to element type of the output being
modified when folding reshapes with generic op.

Diff Detail

Event Timeline

mravishankar created this revision.May 5 2021, 1:54 PM
mravishankar requested review of this revision.May 5 2021, 1:54 PM
ThomasRaoux accepted this revision.May 5 2021, 1:56 PM

Thanks for catching that.

This revision is now accepted and ready to land.May 5 2021, 1:56 PM