commit | 99373e08a0b37cd245d4e2af51a17e8422a8d093 | [log] [tgz] |
---|---|---|
author | CindyLiu <hcindyl@google.com> | Wed Oct 12 09:22:24 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 12 09:22:24 2022 -0700 |
tree | de3b69daf98d11cedd7867078d170116ac24dc46 | |
parent | 34edcd2f54873e0f0dc282757d23d20490e594ad [diff] |
Add multi-platform benchmark suite test job in CI (#10652) Make `iree-run-module-test-deps` target and a simple host script to generate the test targets based on the pre-built iree-compile tool and downloaded benchmark suite module archive (for host). Add a matrix to test benchmark suite over different platforms. The job depends on compiling the suite module. Split up a regular `linux_riscv` job that depends only on `build_all`. We will extend the `linux_riscv` job to support other cross-compile targets in a later PR.
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.