commit | 103864845ee3bd36c052b6473a3c52a66429aaa4 | [log] [tgz] |
---|---|---|
author | Quinn Dawkins <quinn@nod-labs.com> | Fri Jun 02 13:03:04 2023 -0400 |
committer | GitHub <noreply@github.com> | Fri Jun 02 13:03:04 2023 -0400 |
tree | 288402375788b03227fa8b25104827df0cdc3042 | |
parent | 7b1451b93bd6d11bdefb1c2c1e9a66decff79caa [diff] |
[TransformStrategies] Add support for aligned and partially aligned matmul (#13541) Current handling of tile aligned matmuls differs from unaligned in the way the tensor.pad ops are lowered. When the pad is aligned and would otherwise fold, we convert to a linalg.copy and don't need to do masked vectorization. In the future the plan is to unify aligned and unaligned cases. Currently due to some observed performance regressions, any alignment is guarded behind `--iree-codegen-llvmgpu-enable-transform-dialect-aligned-matmul`.
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.