commit | 5add66feec1ef04f8b63f5591ec386d5ceb49e58 | [log] [tgz] |
---|---|---|
author | Ben Vanik <ben.vanik@gmail.com> | Mon Jul 29 18:13:27 2024 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 29 18:13:27 2024 -0700 |
tree | 9ebdc903c89f3c76af182becd13a38fca6d89fbe | |
parent | cc60fffa5b832c854bbd30dd31bac3889baa5985 [diff] | |
parent | ad9634e36b2e7fff349bf95db051c69691dab678 [diff] |
Updating HAL/VM ABI to support indirect bindings (COMPATIBILITY BREAKING). (#17951) This bumps the HAL module version to 0.3 and makes a few changes required to support reusable/indirect command buffers. This is the first breaking change in the HAL ABI in 2024 and hopefully the only one required this year! Summary of changes: * `hal.command_buffer.create` now takes a set of allowed queue affinities to match `iree_hal_command_buffer_create` * `hal.command_buffer.update_buffer` was added and maps to `iree_hal_command_buffer_update_buffer` * `hal.command_buffer.fill_buffer`, `hal.command_buffer.copy_buffer`, `hal.command_buffer.collective`, and `hal.command_buffer.dispatch.indirect` were updated to take binding table slots in addition to buffer pointers Progress on #17875.
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.
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.