commit | 5ca3e18afc6b1bbf6df5bcac0ea14a2c479d5fe5 | [log] [tgz] |
---|---|---|
author | Ben Vanik <benvanik@google.com> | Mon Jul 12 07:46:23 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 12 07:46:23 2021 -0700 |
tree | 8b6f9150d4c547aca016558b515d662369ab8c35 | |
parent | 50153c4888be06e35665cee24be4e4a187744311 [diff] |
Switching iree_allocator_t to a single control function ptr. (#6421) This saves 4-8 bytes of stack/heap in any place an allocator is used. The smaller size (2*sizeof(void*)) aids in triggering register-passed struct arguments in certain calling conventions. Having a generic control function will also allow us to add new commands in the future for import/export, queries, etc.
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.