commit | 3725acd3d64d0a9014718d44f0b795b883b64374 | [log] [tgz] |
---|---|---|
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | Mon Sep 25 16:07:59 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 25 23:07:59 2023 +0000 |
tree | 22a091e2e6b17d5be05e9526c63094bd78fa83b8 | |
parent | 465a214a7abcbcf0c85e53f06317a3d3174d6be0 [diff] |
[Flow] Fixed dropped dim computations to handle some ambiguous cases. (#15035) The rank-reduced version of `flow.dispatch.tensor.load/store`, suffers from the same issue that upstream `tensor.extract_slice/insert_slice` suffers from. The dropped dims computation is inherently ambiguous. This is ongoing work (see https://github.com/openxla/iree/pull/14851). Here once the number of dropped dimensions have been found (while iterating from outer to inner) no other dimensions need to be dropped. Fixes #15016
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.