tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.73k stars 257 forks source link

[Linalg] Expose subview promotion as a declarative pattern #315

Closed tetuante closed 4 years ago

tetuante commented 4 years ago

This PR targets issue #295. It exposes the already existing subiew promotion pass as a declarative pattern.

nicolasvasilache commented 4 years ago

@River707 I believe your comments have been addressed?