commit | 56071ddb8a5491991e4a7f5c5e89a157c8343e31 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Sun Aug 20 22:10:23 2023 -0700 |
committer | GitHub <noreply@github.com> | Sun Aug 20 22:10:23 2023 -0700 |
tree | 03275925d7e0e0936b12e7e0d78b7f9f102958a6 | |
parent | 836f6f162e092f27b673a977a497191935203826 [diff] |
Restrict the constexpr constant types to the subset we currently support (#14758) Notably, this eliminates constexpr identification for non-byte aligned types (except for i1, which is presently stored in i8) that are not supported by the JIT. Note that the analysis for these seemed wrong anyway, since it was possible to hoist an expansion. As all of these types need work, we just opt them all out for the moment. This also fixed a bug where the type of the root constant node was not being checked for legality.
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.