| commit | a4a6b4bb74df601ccd558ccc658fa599eae559f3 | [log] [tgz] |
|---|---|---|
| author | Han-Chung Wang <hanhan0912@gmail.com> | Thu Dec 14 12:36:30 2023 -0800 |
| committer | GitHub <noreply@github.com> | Thu Dec 14 12:36:30 2023 -0800 |
| tree | f20753f6fce2a9552a1015643d799ca9ee9ff064 | |
| parent | 98fa0b3d174454b5d224c97d95aac254cf057243 [diff] |
[CPU] Add support for converting math.powf from fp16 to fp32. (#15927) There is a bug in polynomial approximation. It generates `NAN` and `INF` for fp16 types. This is a workaround to get it functional. See https://github.com/openxla/iree/issues/15661 for more details. Also rework on the maximumf test. The generic op is not a common input because it uses `outs` while there are no reduction loops.
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.