commit | fe23053138277ed5b3fda6f7474d2fd665e4c65c | [log] [tgz] |
---|---|---|
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | Wed Nov 03 21:25:24 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Nov 03 21:25:24 2021 -0700 |
tree | dd9f593099cc7d830689e85a6743289fdd4de966 | |
parent | a05e555efdc4a98a3d8d1501050a562bfc82a8a1 [diff] |
Drop "workgroup" marker. (#7522) The "workgroup" marker has a really long lifetime in IREEs compilation stack. It is produced by the dispatch region formation and is consumed all the way during executable translation. THere is also some weirdness about when the tiling patterns trigger. This was relevant when not all ops were tiled and distributed. Since this isnt the case any more, the "workgroup" marker can be dropped. Fixes #5045
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.