commit | 92c4773b0b82bd4df9990efc355091acd0544283 | [log] [tgz] |
---|---|---|
author | Nicolas Vasilache <nicolasvasilache@users.noreply.github.com> | Thu Mar 24 16:57:38 2022 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 24 16:57:38 2022 +0100 |
tree | 60f73c7d303b8364bf25922f3d5c9db5768caca1 | |
parent | d3dc0e98be19e8f6daa07ed0e3dfd68876031db6 [diff] |
[LinalgExt] Add tests related to parallel abstractions (#8623) This PR adds unit tests related to LinalgExt parallel operations. In the process, improve the error message for the TileToLinalgExtTileOp transformation which used to fail silently. This exposed a missing external model registration which is also fixed.
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.