This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Fix tiled_loop bufferization
ClosedPublic

Authored by springerm on Jan 5 2022, 11:54 AM.

Details

Summary

Until now, bufferization assumed that the yieleded tensor of a linalg.tiled_loop is an output tensor. This is not necessarily the case.

Depends On D116684

Diff Detail