commit | 42be722879e63184a8989d7a0a717cb69c653e5d | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Tue May 30 16:42:09 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue May 30 13:42:09 2023 -0700 |
tree | c59ce93686177160294887ccb1660fb413ce4851 | |
parent | c9c2e8372e59cd3a482c2d6842d1d6a0cbe711f2 [diff] |
fix the `cpu_ukernel` standalone plugin: was missing `weak.c` (#13850) I forgot to update this in #13715. This would result in linker errors when using this outside of x86_64 and arm64. Sorry! @lundong . (The need for this standalone plugin is likely to diminish as #13804 is getting completed. Even if it stays around, it could be reimplemented as a thin shell around the bitcode.).
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.