commit | 1be371788923c1aacb8ad34a4a4d546120c84ba1 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Wed Mar 09 16:00:31 2022 -0800 |
committer | GitHub <noreply@github.com> | Wed Mar 09 16:00:31 2022 -0800 |
tree | b061f12c3fc0e1e245409abb37ced83ffae7f4bc | |
parent | 6ec17c51ed8f899da58402ce9b5daaaf6efae466 [diff] |
Fix web samples and test building them on CI. (#8482) Assorted cleanup in service of getting these experimental samples tested as part of the (post-submit, non-blocking) https://buildkite.com/iree/iree-samples pipeline: Summary of commits: * Code fixes so the targets build again * Refactor scripts to be CI-friendly (no hardcoded paths, no automatic web server that takes over the console) * Expand linker tool discovery so the `lld` we build + install can be used with `-flavor wasm` instead of requiring `wasm-ld` * Run build scripts as part of the samples pipeline Sample CI run: https://buildkite.com/iree/iree-samples/builds/268
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.