commit | 2e4487dd7ca7ad9acff8e0efa6fa79715537bc69 | [log] [tgz] |
---|---|---|
author | qcolombet <quentin.colombet@gmail.com> | Thu Jun 15 13:36:42 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 15 13:36:42 2023 +0200 |
tree | adbbe107682662c1207761602ac13ed928d3c5fb | |
parent | 3345b76fb5a27a6da3e502f8254c1863dc7f656f [diff] |
[iree-dialects][test] Remove dead code from the transfrom script (#14127) Dead code in the transform script can currently trigger a bug in the interpreter. The issue is the transforms are applied to the transform script as well. For this particular test, we have a dead matcher that gets removed by dce and this crashes the interpreter because it tries to access a transform op that doesn't exist anymore (use-after-free). While the interpreter is being fixed (upstream), remove the dead code to avoid the crash.
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.