commit | fe42debb5448e416f63490d71d0530ba1930a35e | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <laurenzo@google.com> | Fri May 13 15:52:15 2022 -0700 |
committer | GitHub <noreply@github.com> | Fri May 13 15:52:15 2022 -0700 |
tree | f2a1bd1eef450c17bd3095ac4e0d748fa9dbfe38 | |
parent | 66e48077386d347cf9113d15f332c8b14fd526bd [diff] |
Fix release runtime package. (#9118) When the runtime path was flattened, the install locations were not updated to line up. They were also going through a really old macro that had outlived its usefulness. Just added corrected, explicit install() calls. Also fixed a typo in the build_linux_packages.sh script noticed when trying to build just one python version to test. It is now possible to test/repo this exactly as the CI does: ``` override_python_versions=cp39-cp39 packages=iree-runtime ./build_tools/python_deploy/build_linux_packages.sh pip install build_tools/python_deploy/wheelhouse/iree_runtime-0.dev0+4020b408be725b54b0266a2a9c3388b5c704ced4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl python runtime/bindings/python/tests/array_interop_test.py iree-run-module ``` Fixes #9108
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.