commit | 9567838acb9816027e8ce1928b63a478bce7166e | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Wed Aug 18 17:19:17 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 18 17:19:17 2021 -0700 |
tree | 63cf37c8acddcdd676cd07ce38c27fc004d7096c | |
parent | 50e3507b056b6302437ea3092df5f5470b3eab28 [diff] |
Add printing of iree-translate main address (#6795) This is a bit hacky, but it's the best way we could determine for debugging weird intermittent crashes with unsymbolized stack traces that we're seeing in some integration tests (the non-hermetic tests that we only run internally at the moment). The stack traces we get are offet, so we need to know the offset to pass to llvm-sybmolizer --adjust-vma. Printing the address of main allows us to calculate this offset. Additionally, because of ASLR, we need the offset for the particular run that crashed. Reproducing the failure locally has been tricky and it has obstinately refused to appear with manual reruns with this modification patched in. Since, while it's hacky, this doesn't really cause any harm, we decided to commit the change to hopefully get a usable stack trace.
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.