commit | 9796d921a6b13f3a98bcce23acedabf764b73f3d | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Thu Apr 04 14:17:16 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu Apr 04 14:17:16 2024 -0700 |
tree | 75f53395a819fcb2c982565f01deeb13dec52655 | |
parent | 5ad0fe20279f838763277a15d4ef7e2124478b7f [diff] |
Bump SHARK-TestSuite commit to include "keep going" change. (#16958) This bumps to https://github.com/nod-ai/SHARK-TestSuite/commit/e67779cee2a3878c2ba9ede50f2121cf21c1e99c. * Previously, if compilation unexpectedly succeeded, a test case would immediately XPASS. The process would then be to remove the test from `expected_compile_failures`, run the test suite again, then possibly add the test case back to `expected_run_failures` if the run fails. * Now, if compilation unexpectedly succeeds, the 'run' test phase will be attempted, so we can directly move the test from one XFAIL list to the other, or at least know more confidently that the test is now fully passing. (Updating XFAIL lists could still be further automated, but this is an incremental step in the right direction)
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.