commit | dc10693a5a4b06584a1489b3c0962b88a200e8ef | [log] [tgz] |
---|---|---|
author | Bangtian Liu <liubangtian@gmail.com> | Thu Jun 13 16:00:31 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu Jun 13 13:00:31 2024 -0700 |
tree | 2b25559e7de63618456d04cbd6794d64c73fe553 | |
parent | eecd4b8053fabae8cf5d117d205c638584ff5f76 [diff] |
Enable Workgroup Reordering Based on Translation Info Config Entries (#17645) This pull request introduces the ability to reorder workgroups based on translation information specified in the configuration entries. For instance, setting reorder_workgroups = "transpose" will enable the "transpose" method for workgroup reordering. Notably, this pull request addresses a scenario that is somewhat the reverse of issue #17340. The "transpose" reordering method has been found to be faster than the natural order for convolution kernels. --------- Signed-off-by: Bangtian Liu <liubangtian@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!
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.