commit | 6af23264ad553eec9af20072efcdc1f16fa7df42 | [log] [tgz] |
---|---|---|
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | Tue Oct 05 16:08:00 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 05 16:08:00 2021 -0700 |
tree | 23bd3f57ce661ef9d4fe044d3e489a1e88ad8e44 | |
parent | 71904debeece47be8c96d02162dc1c93ce75dba2 [diff] |
Address regressions with default heuristics on CPU. (#7260) The heuristic used earlier resulted in too much splitting resulting in large number of tiny workgroups. For now we dont have a good way to model the amount of work that each dispatch contains, so this change just limits the number of workgroups.
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.