| commit | d5fd868c17e736592d7e2aaa4e446dffaf6942ff | [log] [tgz] |
|---|---|---|
| author | Scott Todd <scotttodd@google.com> | Mon Nov 28 10:58:13 2022 -0800 |
| committer | GitHub <noreply@github.com> | Mon Nov 28 10:58:13 2022 -0800 |
| tree | aeddc8780bc9a743abe45480532ed7637b72366c | |
| parent | df0e1bac78bd8568d5f5db67fa76f36bbbc580af [diff] |
Bump Tint, spirv_headers, and spirv-tools to latest. (#11318) * Fixes https://github.com/iree-org/iree/issues/10908 * I still see this error: https://github.com/iree-org/iree/issues/10906 * There are new errors with `exp`, `log`, `sigmoid`: `error: value cannot be represented as 'f32': -inf` (not totally unexpected given the current policy on NaN/Inf, but good to keep tracking: https://github.com/iree-org/iree/issues/10142) I did add some relevant tests before (https://github.com/iree-org/iree/pull/10909), but we had to revert that change because of an incomplete CMake cross compilation configuration: https://github.com/iree-org/iree/pull/10918. It's worth trying that again.
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.