commit | 8f23c69b47c21334354f04167ec12f750de3ec43 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Tue Feb 28 17:34:41 2023 -0500 |
committer | GitHub <noreply@github.com> | Tue Feb 28 14:34:41 2023 -0800 |
tree | ed60f1f089aef92eda961a9c37b0d0fa73f98b77 | |
parent | 475d64d0b1aefb1f86005e87a1bdb0c2e6aed1cb [diff] |
Allow 0-D interface MemRef in FlattenMemRefSubspan (#12414) This patch allows 0-D MemRef to appear in interface IREE subspan ops. This it to support cases where we want to use 0-D MemRef to represent raw pointers for micro-kernel ABI purposes. --------- Co-authored-by: Mahesh Ravishankar <ravishankarm@google.com>
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.