This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] update fusion on tensors to support linalg index operations.
ClosedPublic

Authored by gysit on Apr 14 2021, 7:13 AM.

Details

Summary

The patch replaces the index operations in the body of fused producers and linearizes the indices after expansion.

Diff Detail