This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Tune hasTensorSemantics/hasBufferSemantics methods.
ClosedPublic

Authored by gysit on Aug 25 2021, 11:25 AM.

Details

Summary

Optimize performance by iterating all operands at once.

Diff Detail

Event Timeline

gysit created this revision.Aug 25 2021, 11:25 AM
gysit requested review of this revision.Aug 25 2021, 11:25 AM
benvanik accepted this revision.Aug 25 2021, 11:35 AM
This revision is now accepted and ready to land.Aug 25 2021, 11:35 AM
gysit updated this revision to Diff 368705.Aug 25 2021, 12:25 PM

Add back check if numResults == 0 in hasBufferSemantics.

This revision was landed with ongoing or failed builds.Aug 25 2021, 12:45 PM
This revision was automatically updated to reflect the committed changes.