| commit | 0c4a01b2eff4ac311701b1890c387b61b1f82d1c | [log] [tgz] |
|---|---|---|
| author | Quinn Dawkins <quinn@nod-labs.com> | Thu Dec 08 22:59:26 2022 -0500 |
| committer | GitHub <noreply@github.com> | Thu Dec 08 19:59:26 2022 -0800 |
| tree | cf56deeb8a77fc580890b65460d1504f8133c381 | |
| parent | b21b732dc17f0722a41e96ca10a4fa4c46fbc0df [diff] |
[spirv] Add multibuffering and pipelining to cooperative matrix (#11419) Multibuffering needs to happen after thread-level tiling but before vectorization. This is solved here by splitting up the createSPIRVTileAndVectorizeToCooperativeOpsPass and then puts multibuffering between the tiling and vectorization passes.
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.