commit | 080198f6fed4264265998bd47f892a8e8010562c | [log] [tgz] |
---|---|---|
author | CindyLiu <hcindyl@google.com> | Thu Oct 06 07:21:17 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 06 14:21:17 2022 +0000 |
tree | 9ead5f10f1f1407c7e9dba34a09ac391a55fbaf3 | |
parent | 0c9d1d2c38d8309e32332e281a6601302bddc54b [diff] |
Add iree run module test (#10442) Add `iree_run_module_test` CMake function to support IREE module test with correctness check. The function supports in crosscompile platforms and can incorporate with modules built from benchmark_suite. Followup PR for CI integration: - [ ] https://github.com/iree-org/iree/pull/10651 - [ ] https://github.com/iree-org/iree/pull/10652
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.