commit | db7974c26549e3700923244ac1847b032013f898 | [log] [tgz] |
---|---|---|
author | Markus Böck <markus.boeck02@gmail.com> | Tue Jun 11 16:21:13 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 11 16:21:13 2024 +0200 |
tree | 7549575ae9c0cff2655758504095573b1a69076c | |
parent | cda3ccb052be5aa81e3a3e7f5683b9ba39a8e55b [diff] |
[util] Add serialization support for `f64` resources (#17640) Serializing `f64` resources was strangely omitted from the logic while `f32` and `f16` support is present. Running things with `f64` is certainly not a good idea in general but relatively well-supported in the LLVM backend. Our use-case is the bring-up of a custom compiler backend where `f64` happens to be the most trivial element type to support. Signed-off-by: Markus Böck <markus.boeck02@gmail.com>
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.
Community meeting recordings: IREE YouTube channel
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.