commit | 903ab0a7cefec46ddade4278e6d547dc9e4598a8 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Wed Oct 02 19:49:11 2024 -0400 |
committer | GitHub <noreply@github.com> | Wed Oct 02 16:49:11 2024 -0700 |
tree | c83e1b9a5731e37889a2227e3c7d91a748d15e1f | |
parent | cd48b106c9ed1f13b67866f42c20412c3f6cf969 [diff] |
Integrate LLVM at 9fa55ec3 (#18670) Cherry-picks: 1. https://github.com/llvm/llvm-project/pull/110918 2. https://github.com/llvm/llvm-project/pull/110904 3. https://github.com/llvm/llvm-project/pull/110927 The revision disables the pack/unpack decomposition when any of inner tiles is dynamic. Because it leads to unbounded stack allocation (which is introduced by tensor.pad op). It's broken by the `Extend the logic to generalise tensor.pack` commits. See https://github.com/llvm/llvm-project/commit/66f84c8b8a762832af39e91370018f8f8307a0fc and https://github.com/llvm/llvm-project/commit/1c01bcb35088a5509d31748298b9467e647f4287. --------- Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com> Signed-off-by: hanhanW <hanhan0912@gmail.com> Co-authored-by: hanhanW <hanhan0912@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
Package | Release status |
---|---|
GitHub release (stable) | |
GitHub release (nightly) | |
Python iree-compiler | |
Python iree-runtime |
Host platform | Build status |
---|---|
Linux | |
macOS | |
Windows |
For the full list of workflows see https://iree.dev/developers/general/github-actions/.
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.