commit | 442956c85c66028600bcfb83065c0d5b77165675 | [log] [tgz] |
---|---|---|
author | Nirvedh Meshram <96096277+nirvedhmeshram@users.noreply.github.com> | Fri Dec 13 13:02:18 2024 -0600 |
committer | GitHub <noreply@github.com> | Fri Dec 13 13:02:18 2024 -0600 |
tree | b498eddd2f0ae7a256dcce24c1cd0068a12ea9d7 | |
parent | 99b600f729c32c566ed5a819b85de252d8c64bbb [diff] |
Use LLVMGPUTileandFuse instead of LLVMGPUVectorize for convolutions (#19469) With this PR for convs that are not picked by VectorDistribute or TileAndFuse via IGEMM, we default lower them with TileAndFuse instead of using Vectorize pipeline. There doesnt seem to be a major performance impact in testing done with iree-kernel-benchmark as shown [here](https://docs.google.com/spreadsheets/d/1WaJ1ELhwdo1wFvNiKbdoddSncSt2_UsbvrTdSObNaAo/edit?gid=0#gid=0) and we can always look into improving the heuristics if performance is a problem. Fixes https://github.com/iree-org/iree/issues/19478 --------- Signed-off-by: Nirvedh <nirvedh@gmail.com>
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
Package | Release status |
---|---|
GitHub release (stable) | |
GitHub release (nightly) | |
Python iree-base-compiler | |
Python iree-base-runtime |
Host platform | Build status |
---|---|
Linux | |
macOS | |
Windows |
For the full list of workflows see https://iree.dev/developers/general/github-actions/.
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.