commit | 322d688348903c8e6c69586b15b7cbff298932b5 | [log] [tgz] |
---|---|---|
author | Quinn Dawkins <quinn.dawkins@gmail.com> | Tue May 28 14:54:28 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue May 28 18:54:28 2024 +0000 |
tree | b79e1f4593fd34080becc85c03a37739675acf66 | |
parent | 117cb43324f0b00d8c76fce539a985162838de6a [diff] |
[Codegen][GPU] Add pattern to drop lead unit dims of multi_mma ops (#17456) Dropping leading unit dims is a useful step that simplifies the process of lowering to intrinsics by removing the outer iteration space. The typical lowering flow is to unroll the outer dims to 1 and then apply this pattern to drop the unit outer dims.
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.
Community meeting recordings: IREE YouTube channel
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.