This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Fix and properly test CodegenStrategy API
ClosedPublic

Authored by nicolasvasilache on Feb 2 2021, 4:17 AM.

Details

Summary

Fix a bug that was introduced where calling the codegen strategy with actual concrete C++ Op types did not trigger the expected behavior.
Also introduce a test for the behavior that was missing.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Feb 2 2021, 4:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2021, 4:17 AM
bkramer accepted this revision.Feb 2 2021, 4:19 AM

thanks

This revision is now accepted and ready to land.Feb 2 2021, 4:19 AM
This revision was landed with ongoing or failed builds.Feb 2 2021, 5:03 AM
This revision was automatically updated to reflect the committed changes.