commit | fe9cb17de6a8d051752d53d61eb199bf79981410 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Thu Dec 08 09:17:52 2022 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 08 09:17:52 2022 -0800 |
tree | 4c485b88c157e338722c410347ec71d3e953bbc8 | |
parent | fcae6d71895c7d13cef0637657219c9ebf931249 [diff] |
Touch up Python build instructions. (#11424) * Our `PYTHONPATH` docs had some references to old paths (`compiler-api\python_package`) still in there. Windows instructions now use `.env.bat`, matching the `source .env && export PYTHONPATH` instructions on Linux. * Added Python 3.10 to the classifiers that will appear on https://pypi.org/project/iree-compiler/ * The `iree_benchmark_module` script was missing from one build target - this was working in some configurations but not all * Removed a duplicate instruction to install from `build_requirements.txt` (it was a "prerequisite" and an explicit step) * Added a recommendation to consider using `py` on Windows instead of `python` (https://docs.python.org/3/using/windows.html#python-launcher-for-windows)
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.