This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Tosa elementwise broadcasting had some minor bugs
ClosedPublic

Authored by rsuderman on May 11 2021, 1:47 PM.

Details

Summary

Updated tests to include broadcast of left and right. Includes
bypass if in-type and out-type match shape (no broadcasting).

Diff Detail

Event Timeline

rsuderman created this revision.May 11 2021, 1:47 PM
rsuderman requested review of this revision.May 11 2021, 1:47 PM
scotttodd accepted this revision.May 11 2021, 1:53 PM
scotttodd added inline comments.
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
80

Can you highlight the difference between this test case and the one above it with the same name through either the function names or a comment?

This revision is now accepted and ready to land.May 11 2021, 1:53 PM
rsuderman updated this revision to Diff 344556.May 11 2021, 1:57 PM

Added test comment

scotttodd accepted this revision.May 11 2021, 2:00 PM
This revision was landed with ongoing or failed builds.May 11 2021, 2:04 PM
This revision was automatically updated to reflect the committed changes.