commit | 31738a82dccb9e4069ecc8cf0431241e4e793dfd | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue Aug 08 18:00:38 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 09 01:00:38 2023 +0000 |
tree | 892425126aee2b47fde26bca6f2e2c5836e5bf07 | |
parent | 71a04d2dd5d7c5356a3492d13aabce22021a3e8d [diff] |
Build and publish Windows Python releases. (#14575) Fixes https://github.com/openxla/iree/issues/13484 (hopefully, #test-in-prod) * New setup script `build_tools/python_deploy/install_windows_deps.ps1` can be used to install Python versions. GitHub Actions could use https://github.com/actions/setup-python, but I wanted to match what we have for macOS (`install_macos_deps.sh`). I tried writing this script in bash, but couldn't run the Python installer with `/quiet` for some reason, so it's written in powershell instead. Tested locally and on CI but could be brittle on other systems since Windows is Windows. * New build script `build_tools/python_deploy/build_windows_packages.sh` is forked from matching Linux and macOS scripts. Also tested this locally and on CI. These scripts can build for multiple Python versions, but I'm starting with just 3.11, which might be enough. Tested at https://github.com/openxla/iree/actions/runs/5765425296/job/15631341317, and I sanity checked that I could install and use locally built wheels.
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.