commit | 007109f2cc1e305fc43fa2efa8dd776da7b82107 | [log] [tgz] |
---|---|---|
author | Ben Vanik <ben.vanik@gmail.com> | Wed Aug 03 07:26:50 2022 -0700 |
committer | Ben Vanik <ben.vanik@gmail.com> | Tue Aug 09 10:05:37 2022 -0700 |
tree | fd1a769e6b6d8d6a80d2f72376547d33ed79900e | |
parent | 0b8210cc60aa9267d34c62341800a89c65641420 [diff] |
Adding tooling utils for VM context creation. This centralizes flags controlling runtime behavior for consistency across the various tools and prepares for support of different execution models by making the HAL module creation dependent based on whether the loaded main module uses it or not.
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.