commit | c7d86d31f56094cc6797c1a9dcd7a7e844f869d8 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Wed Jun 30 14:40:08 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Jun 30 14:40:08 2021 -0700 |
tree | 260ed1b881bf41d0054613b548d0b5aa88be88e8 | |
parent | 67f6050066af0d56b075f82c052b799c67356f0d [diff] |
Actually run iree_tf_compiler tests (#6210) This configures the tests under iree_tf_compiler to actually get run as part of our CI. They had some non-functional CMake configuration that wasn't ever included anywhere. Some of these tests are currently failing due to the changes in SIP. I'll wait till those are fixed before syncing and merging this. This includes explicitly disabling the TFL import tests, which fail and appear to have never been run.
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.