commit | 4294a5b0ebaec6dcca483bf16f5918108b09ea0a | [log] [tgz] |
---|---|---|
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | Thu Jun 27 15:26:17 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 27 15:26:17 2024 -0700 |
tree | 39f5fba6341ca4a4b9289dd6cbd8c42350a8e27a | |
parent | 695e1932dd6cf91f2de5fc1415f10fe85fd269f0 [diff] |
[Flow] Always permute the accesses on inputs for elementwise consumer from namedop/reduction producer. (#17663) For dispatch formation, the current logic (and a lot of code-generation) works much better if the consumer uses an identity indexing map for the producer. There is already a pass in dispatch region formation flow that does this for just a convolution op. Make this apply for more general cases. Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
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.
Community meeting recordings: IREE YouTube channel
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.