commit | c8ecc1c32c49fe5605a8492619527216303b4fd3 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@gmail.com> | Tue Jan 09 12:09:37 2024 -0500 |
committer | GitHub <noreply@github.com> | Tue Jan 09 09:09:37 2024 -0800 |
tree | 3ab51453b7569c78f8e5374b7066793ca8f51693 | |
parent | 2605fa104257bea0a95310a662dbec1bc9b450f3 [diff] |
Reland "[spirv][vulkan] Enable device query generation and execution" (#16075) This commit relands https://github.com/openxla/iree/pull/15977 with the following changes: * Disable the test requiring 16bit uniform buffer access on Adreno. Moto Edge X30 supports VK_KHR_16bit_storage for only storage buffers, but not uniform buffers, see https://vulkan.gpuinfo.org/displayreport.php?id=14481#features_extensions We request both bits. * Avoid requesting dot product to be accelerated. As long as the `shaderIntegerDotProduct` bit is true, we can use all the integer dot product instructions in SPIR-V. Whether it's accelerated or not does not matter for the purpose of deciding whether the SPIR-V blob is runnable.
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.