commit | 4a7af8728126c722d4b293af1bc8bf21b732164a | [log] [tgz] |
---|---|---|
author | Nirvedh Meshram <96096277+nirvedhmeshram@users.noreply.github.com> | Mon Jan 20 17:52:40 2025 -0600 |
committer | GitHub <noreply@github.com> | Mon Jan 20 17:52:40 2025 -0600 |
tree | eb2986e1ec04bf03fe2cb4179c3f239a6661e920 | |
parent | 8ba420da13ab0463c81c7fdb01b2470296b6629a [diff] |
Integrate llvm 1_20_2025 (#19740) ## Reverts RISC-V backend - https://github.com/llvm/llvm-project/commit/169c32eb49fa9b559d388b9b8f4374ff9e1be9be Python related changes - https://github.com/llvm/llvm-project/commit/08e2c15a287df132ca2186f2d56669219a7ed8a1 NVPTX changes - https://github.com/llvm/llvm-project/commit/29b5c18e466cea867e9e785e650d9ec2e5c295b9 - https://github.com/llvm/llvm-project/commit/e7a83fc74db78445c36a27f113e9b045f90f699a MLIR API changes (this change is breaking something in HLO) - https://github.com/llvm/llvm-project/commit/7a77f14c0abfbecbfb800ea8d974e66d81ee516a. TOSA (tosa.tile operation is changed and torch-mlir needs to catch up) - https://github.com/llvm/llvm-project/commit/f09db6a3af971ab7d9bbc7ba574a8dc0c10b2940 ## Updates to Torch-MLIR floating type changes to be upstreamed https://github.com/iree-org/torch-mlir/tree/fix_forward_iree_llvm_integrate_2025 ## style change - The .get<Ty> and .is<Ty> functions are deprecated and hence replaces with cast and isa function in this PR. --------- Signed-off-by: Nirvedh Meshram <nirvedh@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.
Releases notes are published on GitHub releases.
Package | Release status |
---|---|
GitHub release (stable) | |
GitHub release (nightly) | |
Python iree-base-compiler | |
Python iree-base-runtime |
Operating system | Build status |
---|---|
Linux | |
macOS | |
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
Date | Title | Recording | Slides |
---|---|---|---|
2021-06-09 | IREE Runtime Design Tech Talk | recording | slides |
2020-08-20 | IREE CodeGen (MLIR Open Design Meeting) | recording | slides |
2020-03-18 | Interactive HAL IR Walkthrough | recording | |
2020-01-31 | End-to-end MLIR Workflow in IREE (MLIR Open Design Meeting) | recording | slides |
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.