commit | a7986e1b6e0a50fad73dc5481faf8867d223f5f5 | [log] [tgz] |
---|---|---|
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | Fri Jun 25 13:10:49 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 25 13:10:49 2021 -0700 |
tree | 854ac7b41cda39f8fa5b2c233e962c859f2be893 | |
parent | 01edf2af77c4276d44fb8f883ff4eba3bc714dff [diff] |
Step 4/n (n=4). Rename Conversion folder to Codegen and clean up pass names. (#6267) The Conversion folder is renamed to Codegen (Conversion was a legacy artefact, and Codegen is a more accurate description of the folder). Also CPU, SPIRV and LLVMGPU folders/passes are renamed to drop the "LinalgTo" prefix. Flags are renamed to use "iree-codegen-*" for common passes "iree-llvmcpu-*" for CPU backend passes "iree-spirv-*" for SPIRV backend passes "iree-llvmgpu-*" for LLVMGPU backend passes. Filed renamed to be consistent File name reflects name of the pass implemented in the file. Nit: declerations in .h and .td file made alphabetical.
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.