commit | a29e67a763c9d89951f638a4d88dca868146f71a | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon Nov 07 17:00:33 2022 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 08 01:00:33 2022 +0000 |
tree | 39afc946edbe16a00906455485963ff2af93f367 | |
parent | 81dfa100c850ec911246c1d092373747878f3a10 [diff] |
Assorted fixes for tests on Windows. (#11079) Progress on https://github.com/iree-org/iree/issues/11009 (see some test runs of a `build_test_all_windows` CI job on https://github.com/iree-org/iree/pull/11050) * Tag `simple_embedding_vulkan_test` as using Vulkan, so it can be filtered * Initialize a struct in pack_test.cc * Fix PYTHONPATH separator for iree_local_py_test on Windows (while keeping CMake happy)
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.