commit | 40258db63fdfd2228adb2fd0baaea53b9e3c9d63 | [log] [tgz] |
---|---|---|
author | Han-Chung Wang <hanhan0912@gmail.com> | Fri Aug 16 11:01:44 2024 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 16 11:01:44 2024 -0700 |
tree | 04a08f405f28a3b8985ae172117cece4dbd025c8 | |
parent | d25712c84d741baf1ba8e4ebeeb6151eb34df4d6 [diff] |
[CodeGen][DT] Make the TypeConverter carry targetAttr info. (#18242) The revision adds `ExecutableTargetAttr` the MaterializeEncodingTypeConverter's data member; updates the MaterializeEncodingFn function to take an additional `ExecutableTargetAttr`. The type converter should know what the target device it. This mostly changes ABI, so there are no changes on lit tests. It was not done in this way because we wanted to upstream Encoding dialect when we're developing data-tiling. We tried to decouple the deps between Encoding and IREE hard. However, there are IREE specifics in the encodings, so we end up with collapsing them into IREE main source tree. Given that the type converter needs all target attribute details (to figure out the best option for materialization), the revision makes the change; removes one level of nesting logics in the setup. I.e., the `getMaterializeEncodingFn` wrapper function is removed. This revisions also applies the cleanups. The type converter has an additional function to query encoding info. Instead of passing private `MaterializeEncodingFn` data member, it now passes the whole type converter to the helper functions in materialization patterns. Because the type converter has the all information, and it is more structurally. Signed-off-by: hanhanW <hanhan0912@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-compiler | |
Python iree-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.