commit | 6d60a1277809208c0ae6f3b9a2bc0b65f88a7d04 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon Jun 05 15:07:44 2023 -0700 |
committer | Scott Todd <scotttodd@google.com> | Tue Jun 06 08:17:24 2023 -0700 |
tree | 0e5d8d67139cd0f628f61b2b1a0756536265bc79 | |
parent | e7c2cba2e4e995d81fa2a792849ebe47b9455cef [diff] |
Add WebGPU sample application and update other web demos. This is still rough around the edges, but it demonstrates usage and will be used for development * Build script compiles programs with `--iree-hal-target-backends=webgpu` * Build script configures CMake with `-DIREE_EXTERNAL_HAL_DRIVERS=webgpu` * Code shows how to interface between runtime C code, browser JavaScript APIs, and Emscripten
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.