This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Do not fold transpose with quantized types
ClosedPublic

Authored by antiagainst on Sep 24 2021, 1:52 PM.

Details

Summary

For such cases, the type of the constant DenseElementsAttr is
different from the transpose op return type.

Diff Detail

Event Timeline

antiagainst created this revision.Sep 24 2021, 1:52 PM
antiagainst requested review of this revision.Sep 24 2021, 1:52 PM
rsuderman accepted this revision.Sep 24 2021, 1:53 PM
This revision is now accepted and ready to land.Sep 24 2021, 1:53 PM
This revision was landed with ongoing or failed builds.Sep 24 2021, 2:02 PM
This revision was automatically updated to reflect the committed changes.