This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Relax tosa.apply_scale operations
ClosedPublic

Authored by rsuderman on Jan 10 2022, 4:48 PM.

Details

Summary

Apply scale may operate on vectors, scalars, or tensors during
tiling. Relax the requirements to avoid failures.

Diff Detail

Event Timeline

rsuderman created this revision.Jan 10 2022, 4:48 PM
rsuderman requested review of this revision.Jan 10 2022, 4:48 PM
NatashaKnk accepted this revision.Jan 10 2022, 6:53 PM
This revision is now accepted and ready to land.Jan 10 2022, 6:53 PM
This revision was automatically updated to reflect the committed changes.