commit | a7140200ebd67e4d621f96b40253cd0dab9c454c | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue Nov 15 14:27:06 2022 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 15 22:27:06 2022 +0000 |
tree | ef52505de3dd9167a20c3849c429ecc22b3e7426 | |
parent | c1a2645da619fe517376617fcd3ec94c2624fd27 [diff] |
Set python-version to 3.10 in Windows CI job. (#11175) This fixes a build failure of the Python bindings on Windows. We were testing Python 3.10.8, but now we are testing Python 3.11.0. * Old 3.10.8 success: https://github.com/iree-org/iree/actions/runs/3452338984/jobs/5762178428 * Old 3.11.0 failure: https://github.com/iree-org/iree/actions/runs/3461697554/jobs/5779634638 This pins the Python version used on the CI to 3.10. We can also fix the break by updating pybind11 to >= 2.10.1 (which will require rebuilding our Docker images, see https://github.com/iree-org/iree/pull/11155). Successful run: https://github.com/iree-org/iree/actions/runs/3473912159/jobs/5806499215 (except for 1 new test failure)
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.