This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add tosa.reduce_any and tosa.reduce_all linalg lowering
ClosedPublic

Authored by rsuderman on Mar 23 2021, 5:05 PM.

Details

Summary

Added lowerings for Tosa's reduce boolean operations. This includes a fix to
maintain the output rank of reduce operations.

Diff Detail

Event Timeline

rsuderman created this revision.Mar 23 2021, 5:05 PM
rsuderman requested review of this revision.Mar 23 2021, 5:05 PM
silvas accepted this revision.Apr 2 2021, 1:13 PM
This revision is now accepted and ready to land.Apr 2 2021, 1:13 PM