Community projectslink
Projects built by community members:
-
The SHARK project from nod.ai uses a forked version of IREE (SHARK-Runtime), offering highly tuned performance on a large corpus of machine learning programs.
-
The IREE Bare-Metal Arm Sample shows how to build IREE with the Arm GNU Toolchain for bare-metal Arm targets using the open-source firmware libraries CMSIS and libopencm3.
-
The IREE C++ Template shows one way to integrate IREE's runtime into a project with CMake.
Official repositories:
-
iree-torch contains IREE's PyTorch frontend, leveraging the torch-mlir project.
-
iree-samples includes various samples and prototypes built with IREE.
-
iree-llvm-sandbox contains experimental work by the IREE team closely related to LLVM and MLIR, usually with the aim of contributing back to those upstream projects.