This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add pooling ops to Linalg TC ops.
ClosedPublic

Authored by hanchung on Feb 24 2021, 7:13 AM.

Details

Summary
  • Add EDSC builders for std_cmpf_ogt and std_cmpf_olt.
  • Add pooling_nhwc_min/max/sum ops

Depends On D97384

Diff Detail

Event Timeline

hanchung created this revision.Feb 24 2021, 7:13 AM
hanchung requested review of this revision.Feb 24 2021, 7:13 AM
hanchung updated this revision to Diff 326086.Feb 24 2021, 7:15 AM

remove -canonicalize pass from the test

hanchung edited the summary of this revision. (Show Details)Feb 26 2021, 6:54 AM
nicolasvasilache accepted this revision.Feb 26 2021, 7:15 AM
This revision is now accepted and ready to land.Feb 26 2021, 7:15 AM
This revision was automatically updated to reflect the committed changes.