This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][python] Add min operation in OpDSL.
ClosedPublic

Authored by gysit on Jul 2 2021, 5:24 AM.

Details

Summary

Add the min operation to OpDSL and introduce a min pooling operation to test the implementation. The patch is a sibling of the max operation patch https://reviews.llvm.org/D105203 and the min operation is again lowered to a compare and select pair.

Diff Detail

Event Timeline

gysit created this revision.Jul 2 2021, 5:24 AM
gysit requested review of this revision.Jul 2 2021, 5:24 AM
stellaraccident accepted this revision.Jul 2 2021, 8:59 AM
This revision is now accepted and ready to land.Jul 2 2021, 8:59 AM
This revision was landed with ongoing or failed builds.Jul 2 2021, 9:31 AM
This revision was automatically updated to reflect the committed changes.