commit | 852684a23661dd4c9fdca733f7520cf3aa28f372 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@gmail.com> | Mon Jan 08 17:58:05 2024 -0500 |
committer | GitHub <noreply@github.com> | Mon Jan 08 14:58:05 2024 -0800 |
tree | 324e450a06729ed0c804b6552202231170f39922 | |
parent | b55ba259d29c3c1df77e3b62c0de097233effcfc [diff] |
[spirv][vulkan] Enable device query generation and execution (#15977) This commit adds a pass to materialize executable required SPIR-V capabilities into proper device queries inside the associated hal.executable.condition ops. Linking is updated accordingly to unique and preseve the feature checks. The Vulkan HAL driver is updated accordingly to probe the implementation and match against the device queries. Fixes https://github.com/openxla/iree/issues/15786
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.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.