commit | 364987d30c688d131bc21e225829078dcc7af812 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <kramerb@google.com> | Wed Jul 28 12:26:30 2021 -0700 |
committer | Copybara-Service <iree-copybara-bot@google.com> | Wed Jul 28 12:27:26 2021 -0700 |
tree | f1b3dc86977788784f09c657a0f9318af9f0bac5 | |
parent | 80eebf863d2b0d4d71b6a57cdfcc70e699408017 [diff] |
Remove overrides of ConversionTarget::isDynamicallyLegal in favor of callbacks It's just confusing to have two ways of doing this. This is in preparation of removing the virtual method in mlir core, see https://reviews.llvm.org/D106786 PiperOrigin-RevId: 387409346
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.