commit | 18aab59788842594af42ffe8f5c2338116b2a532 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon Aug 14 09:25:26 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 14 09:25:26 2023 -0700 |
tree | 48d0e65e73dd479d1729367db6a1ef5b5fe1d890 | |
parent | 4a347236e7a9ab38b4dffe9e089e72e15cf3822c [diff] |
Convert build_windows_packages to powershell. (#14643) Bash scripts work fine on Windows... if you have your environment configured for them (e.g. using https://cmder.app/ and/or Git BASH). Powershell scripts run more natively, some many developers who work primarily on Windows prefer them. Tested on CI here: https://github.com/openxla/iree/actions/runs/5836756202. I also tested this a bit locally, but something about my Python install is broken (errors linking nanobind) so I can't fully verify it. skip-ci: not tested on presubmit
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.