commit | 57b9239e0d4988dc440cbe794f689003714e2bda | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Thu Aug 10 20:13:49 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 10 20:13:49 2023 -0700 |
tree | c90a05fd117b77a5f82b0b7068cab53c419cfc27 | |
parent | 50f099f964c83092c287cefcc840d115c0596646 [diff] |
Refine release build CMake options. (#14611) * We now rely on build system logic rather than script overrides for enabling CUDA (so the CUDA compiler target is now enabled in the Windows releases). * Tested at https://github.com/openxla/iree/actions/runs/5813793199 and verified that the expected runtime HAL drivers and compiler target backends were enabled for each of the [Linux, macOS, Windows] x [compiler, runtime] builds. * Added a section to specify external HAL drivers in runtime/setup.py. This project leaves the section empty and _unsets_ the variable with `-UIREE_EXTERNAL_HAL_DRIVERS`, but downstream projects can provide a list to _set_ the variable if they wish. * Disabled samples and tests in compiler python package (to work around path length limits on Windows, see logs at https://github.com/nod-ai/SHARK-Runtime/actions/runs/5814626661/job/15764674157).
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.