commit | 2733fc550b5bdf31bfc89e986693a6bc0cffbf91 | [log] [tgz] |
---|---|---|
author | Ben Vanik <benvanik@google.com> | Wed Feb 02 09:21:57 2022 -0800 |
committer | Ben Vanik <benvanik@google.com> | Tue Feb 08 12:41:25 2022 -0800 |
tree | 9d678fa41350a8fdff7d2db322db72c9dd116850 | |
parent | 769036f0e2c501500d3901d2c5059598912a8b4d [diff] |
Adding iree_wait_until and iree_wait_source_delay. This allows for modeling sleeps such that they can be efficiently handled via the system multi-wait APIs. Sleeps that do end up requiring a real sleep are ignored on bare-metal or can be overridden with a user-provided IREE_WAIT_UNTIL_FN.
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.