commit | b00b12fb6bdd301a85c15f084fccdfd275e0b64a | [log] [tgz] |
---|---|---|
author | long.chen <lipracer@gmail.com> | Wed Nov 03 07:42:42 2021 +0800 |
committer | GitHub <noreply@github.com> | Tue Nov 02 16:42:42 2021 -0700 |
tree | 9cc7663b709c218e7ce11300d1100f3aeebd35be | |
parent | a3b522fe37195acf4a17b901dfd577231f135386 [diff] |
Explicitly ordering transpose and reshape patterns when legalizing mhlo.dot_general 1. RankReducedDotGeneral Assume batchingDims at the starting position and the parallelDims is consecutive 2. after parallelDims reduce Also need to reduce rank [Solution]: move TransposeGenericDotGeneral to the front of RankReducedDotGeneral reduce rank after reduce parallelDims Fixes https://github.com/google/iree/issues/7272
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.