This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Adapt the decompose patterns to use a filter (NFC).
ClosedPublic

Authored by gysit on Nov 30 2021, 6:21 AM.

Details

Summary

The revision updates the convolution decomposition patterns to take a linalg transformation filter. The transformation filter in a later revision allows use the patterns from CodegenStrategy.

Depends On D114690

Diff Detail