commit | 8ea1e2301660bba9f9425876002ba24351017980 | [log] [tgz] |
---|---|---|
author | Max191 <44243577+Max191@users.noreply.github.com> | Thu Aug 01 09:57:10 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 01 12:57:10 2024 -0400 |
tree | d162f73f231d33a96aa32a7d9ea78d85eaeb3a2a | |
parent | 8f0909c3d794248ad82eafb5edcd7c3b57782476 [diff] |
[DT] Move SetEncoding from GlobalOptimization to Flow (#18054) This PR moves `SetEncoding` from `GlobalOptimization` to `Flow`, and adds a new flag in Flow passes to run SetEncoding after dispatch region formation. This is a step towards better handling of fusions with data tiling. The flags for data tiling are now: - `--iree-opt-data-tiling` still handles data tiling at global optimization level. - `--iree-flow-experimental-data-tiling` to enable data tiling at Flow level. To use this path you also need to set `--iree-opt-data-tiling=false`, since it is true by default. `--iree-flow-experimental-data-tiling` also gets its own flag to set `pad-factor`, `--iree-flow-pad-factor`. Use this flag when experimenting with different pad factors for data tiling at Flow level. The logic for `SetEncoding` stays the same with this PR, although it is now a FunctionOpInterface pass. --------- Signed-off-by: Max Dawkins <max.dawkins@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.