This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Make a Linalg CodegenStrategy available.
ClosedPublic

Authored by nicolasvasilache on Oct 14 2020, 2:04 AM.

Details

Summary

This revision adds a programmable codegen strategy from linalg based on staged rewrite patterns. Testing is exercised on a simple linalg.matmul op.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Oct 14 2020, 2:04 AM

Fix header guard

bkramer accepted this revision.Oct 14 2020, 4:05 AM

looking good

This revision is now accepted and ready to land.Oct 14 2020, 4:05 AM

Fix bad rebase.

This revision was landed with ongoing or failed builds.Oct 14 2020, 4:13 AM
This revision was automatically updated to reflect the committed changes.