This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][TOSA] Drop "OnTensors" suffix
ClosedPublic

Authored by GMNGeoffrey on Oct 15 2021, 3:41 PM.

Details

Summary

This is the only lowering to Linalg Tosa has, so it's needlessly
verbose. Likely this was a carry over from IREE's usage where we
originally lowered to linalg on buffers (the only linalg that existed at
the time), so the everything on tensors needed the suffix. We're dropping
it in IREE also, having transitioned entirely to using Linalg on
tensors.

Diff Detail

Event Timeline

GMNGeoffrey created this revision.Oct 15 2021, 3:41 PM
GMNGeoffrey requested review of this revision.Oct 15 2021, 3:41 PM
GMNGeoffrey edited the summary of this revision. (Show Details)Oct 15 2021, 3:42 PM
sjarus accepted this revision.Oct 15 2021, 3:44 PM
This revision is now accepted and ready to land.Oct 15 2021, 3:44 PM
This revision was automatically updated to reflect the committed changes.