| commit | 23660d1d1cef1ed758883b52cbc5685e49fe1aa2 | [log] [tgz] |
|---|---|---|
| author | Jakub Kuderski <kubak@google.com> | Thu May 04 12:17:01 2023 -0400 |
| committer | GitHub <noreply@github.com> | Thu May 04 12:17:01 2023 -0400 |
| tree | 1cc6da018aa1434f322dca4cf03bc1a8cbe98793 | |
| parent | 39191885757152eaf98b1562683100cb517fd424 [diff] |
[StableHLO] Port dot general to dot preprocessing (#13405) These are ported from mlir-hlo. See the initial import for more context: https://github.com/openxla/iree/pull/12957. The changes compared to the mlir-hlo code are: - Code was ported to work on StableHLO ops. - Tests were ported to use stablehlo ops and match against how these are printed. - Test CHECKs were largely re-written to account for the lack of stablehlo folds and canonicalization patterns. Issue: https://github.com/openxla/iree/issues/12678
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.