commit | 0d33d961508306969ed9ef6ebda63538750b4e12 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Thu Jan 12 11:50:02 2023 -0500 |
committer | GitHub <noreply@github.com> | Thu Jan 12 11:50:02 2023 -0500 |
tree | e1b040d87f1c58bb2cedf05c6077f506af9473a4 | |
parent | dc83b5c6430eebd0513db5e2d8eb01d7b011a07a [diff] |
Relax the assumption of only one padding tile in `iree_uk_pack` (#11642) This is part 3/9 of #11755: Finish the transition to `--iree-flow-enable-data-tiling`. Currently (unless the defaultPadding is changed to a non-default value), dynamic-size set_encoding shapes get rounded up to the next multiple of 16. This causes padding by potentially more than one tile size. This invalidates an assumption that the `iree_uk_pack` ukernel was relying on, that at most one last tile along each dimension would require padding. I wish the assumption could resume holding. This is tracked in Issue #11632.
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.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.