commit | 6db32c6e70b68936b603ac5dac625439b967393c | [log] [tgz] |
---|---|---|
author | Max191 <44243577+Max191@users.noreply.github.com> | Wed Nov 08 11:44:05 2023 -0500 |
committer | GitHub <noreply@github.com> | Wed Nov 08 11:44:05 2023 -0500 |
tree | 6301b899f631b75dc2fe4e33300e92d2b141a6c2 | |
parent | 0ca4f62a8f17db43b7fde960f404e5cc31b3e598 [diff] |
[GlobalOptimization] Support SetEncoding on batch matmul cases with p… (#15371) …roducer CastOpInterface ops This commit allows SetEncoding to match on CastOpInterface ops that are producers of BatchMatmulOps. This allows inferring the correct input types when the input casting is not implicit inside the BatchMatmul body. This also gives a way to infer signedness on input types through the specific CastOpInterface op types.
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.