commit | c20535560e71c85ea325f3582692b020edb8b236 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Tue Apr 18 14:57:21 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue Apr 18 18:57:21 2023 +0000 |
tree | 50cfa59c276d7ce58d6f8468e844711b5a1c8c0e | |
parent | 0c3a30e2aadd841850901623ff601b136c7c595c [diff] |
fatal non-numerical errors in e2e matmul test (#13139) In #11077, we are looking at strange errors in these tests on Windows with no specific numerical error output. `do_matmul_and_check_results` is where we do all the heavy lifting with `iree_vm_` calls that could fail. We do ultimately report the failure status from there, but farther from the root cause than necessary. Deferring errors is useful for numerical errors as it allows us to rerun on simpler matrices to pinpoint the exact degree of generality that reproduces the error. But for non-numerical errors, we should just treat all errors as fatal -- if say a `iree_vm_invoke` fails, we want to debug straight into that.
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.