commit | 3135702b12c8285d9c52eb97158e7305e0a668aa | [log] [tgz] |
---|---|---|
author | Kojo Acquah <KoolJBlack@users.noreply.github.com> | Fri Jul 16 15:55:31 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Jul 16 15:55:31 2021 -0700 |
tree | 23e03469ec4d89da35e3ee505a567f26fb007225 | |
parent | 10460ea350a0677820e0c15a51092b31192af0c8 [diff] |
IREE Static Library Loader Runtime Demo (dylib-llvm-aot backend) (#6225) This sample shows how to: Produce a static library and bytecode module with IREE's compiler Compile the static library into a program using the static_library_loader Run the demo with the module using functions exported by the static library The model compiled into the static library exports a single function simple_mul that returns the multiplication of two tensors. README.md includes full details on building and running the demo. The sample is enabled through the IREE_BUILD_SAMPLES flag. Its tested/running on linux running the dylib-llvm-aot backend. Fixes #5666
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.