commit | 75c9e862ee8e204d4d9c67a3cbcaa782224129f3 | [log] [tgz] |
---|---|---|
author | Max191 <44243577+Max191@users.noreply.github.com> | Fri Jan 17 11:13:26 2025 -0500 |
committer | GitHub <noreply@github.com> | Fri Jan 17 08:13:26 2025 -0800 |
tree | cb6d98a25df9e2f23377b3e2edc1c2d2975afef1 | |
parent | c1cc4ccbc1b58c7bcf85bed1f43cff743d941d8e [diff] |
[GPU] Avoid fusing slices of already tiled ops (#19404) This fixes a bug in FuseAndHoistParallelLoops that can cause an infinite loop for imperfectly aligned unpack producer fusion. The FuseTilableSliceProducers pattern does not check that the producer operation is not already in the tiled loop, and the tiling implementation of imperfectly aligned unpack ops generates an extract_slice on the result of the tiled unpack. This would cause an infinite recursive application of the producer fusion pattern. This fixes the bug by enforcing that the producer operation is outside of the slice's parent loop. Signed-off-by: Max Dawkins <maxdawkins19@gmail.com> Co-authored-by: Max Dawkins <maxdawkins19@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.