commit | 53daa9513bbc9c0dbbc1300a9337f263d151a0cb | [log] [tgz] |
---|---|---|
author | Ben Vanik <ben.vanik@gmail.com> | Thu Aug 21 08:24:42 2025 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 21 15:24:42 2025 +0000 |
tree | 7f1faa836c1fc917aeee2aa9dcfa032b0bce36b9 | |
parent | b0895d6c71ab9cd169305c9984e3692d6521349d [diff] |
Adding semaphore creation and wait flags for controlling behavior. (#21619) This set of changes adds arguments to semaphore APIs that allow applications to signal their intended usage of semaphores they create to implementations (which queues they may be used on, whether they need interrupt services, and whether they are exportable) and when they wait what kind of latency they are expecting as a hint for the wait behavior. No implementations are updated here, all of these flags are for future work. Behavior is defaulted to what it is today before these additions (interrupts/exports requested, no special handling of queue affinity, and blocking waits). This is the most general behavior that should always be correct with only usage of the new flags potentially creating problems. Fixes #21615.
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) | |
iree-base-compiler | |
iree-base-runtime |
For more details on the release process, see https://iree.dev/developers/general/release-management/.
Operating system | Build status |
---|---|
Linux | |
macOS | |
macOS |
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 |
---|---|---|---|
2025-06-10 | Data-Tiling in IREE: Achieving High Performance Through Compiler Design (AsiaLLVM) | recording | slides |
2025-05-17 | Introduction to GPU architecture and IREE's GPU CodeGen Pipeline | recording | slides |
2025-02-12 | The Long Tail of AI: SPIR-V in IREE and MLIR (Vulkanised) | recording | slides |
2024-10-01 | Unveiling the Inner Workings of IREE: An MLIR-Based Compiler for Diverse Hardware | recording | |
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.