commit | 125900a6c6e96dc9be59c1985220201d949426e0 | [log] [tgz] |
---|---|---|
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | Wed Nov 10 12:22:47 2021 -0800 |
committer | GitHub <noreply@github.com> | Wed Nov 10 12:22:47 2021 -0800 |
tree | 8ea138828658027597c2b73ca0973ab0a399cb96 | |
parent | 7dc3d2a88ed3fda6c4571a76147a0b33e62795cd [diff] |
Enable tiling of linalg.pad_tensor operations. (#7591) Forwarding the implementation of TiledOpInterface to methods in linalg.pad_tensor that implement the TilingInterface in MLIR allows IREE to pick up the tiling transformations that exist on this operation. This PR just checks that the pad tensor operation is tiled during dispatch region formation. It isnt connected end-to-end yet till the effects downstream can be evaluated.
IREE (Intermediate Representation Execution Environment, pronounced as “eerie”) is an MLIR-based end-to-end compiler and runtime that lowers Machine Learning (ML) models to a unified IR that scales up to meet the needs of the datacenter and down to satisfy the constraints and special considerations of mobile and edge deployments.
See our website for project details, user guides, and instructions on building from source.
IREE is still in its early phase. We have settled down on the overarching infrastructure and are actively improving various software components as well as project logistics. It is still quite far from ready for everyday use and is made available without any support at the moment. With that said, we welcome any kind of feedback on any communication channels!
See our website for more information.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.