commit | 388ebd2954ad33669f203b7f01724a44f7525e70 | [log] [tgz] |
---|---|---|
author | Kunwar Grover <groverkss@gmail.com> | Wed Jul 31 11:24:32 2024 +0100 |
committer | GitHub <noreply@github.com> | Wed Jul 31 10:24:32 2024 +0000 |
tree | dcd02d560bb5aa96a91bc875ea06becffc0e3854 | |
parent | 2c53b4a07ae56dd8e1a7c2772911da0bf86cfce5 [diff] |
[VectorDistribution] Use to_layout to set anchors for LLVMGPUVectorDistribute pass (#18044) This patch makes LLVMGPUVectorDistribute pass use to_layout operations to set layout anchors instead of directly setting them on the analysis. This allows for better readability of what anchors are being set. This patch allows the layout anchoring and the distribution to be split up, which will be done in future patches.
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.