commit | 5b653b0514889e068f8960641c7a5d524831d9da | [log] [tgz] |
---|---|---|
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | Wed Jul 28 11:10:07 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 28 11:10:07 2021 -0700 |
tree | 639e10788ac4cf13af0286dcf2fef0817310de8b | |
parent | 3eeed90f7f73eac8d83e25c4ba756f5164c0600f [diff] |
Enable e2e tests using TiledOpInterface for Dispatch region creation. (#6562) The e2e test is enable by changing the lowering of MHLO -> LinalgExt ops to not insert the flow.dispatch.workgroups op. Instead the dispatch region formation operations automatically pick these up. Also required the following changes - Make the tiling algorithm on TiledOpInterface not emit the tensor.insert_slice ops. Instead make the getTiledImplementation interface method insert the ops if needed. This simplifies the interface method signature and the tiling algorithm itself. - Update the utility method for destructive update rewrites to recognize that LinalgOp/LinalgExtOp can themselves do destructive updates. The change to make TiledOpInterface not emit the tensor.insert_slice always helps in this.
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.