commit | b251a949d5480b5b54b9c2e5aa6b2c5445711d96 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Mon Feb 07 22:22:42 2022 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 07 22:22:42 2022 -0800 |
tree | afabe33458b60318c2f9c6ca1bd16f9e08855cc6 | |
parent | 51ecf3da24cbc5b32a17c9abff5b286da9ed6b36 [diff] |
Disable C++ allocation tracing for Python bindings. (#8264) * I've generally found that hooking the operator new/delete in arbitrary C++ programs does not produce balanced allocations that make Tracy happy (ahem, LLVM). * Something about pybind code exhibits these issues, so disable the C++ hooking there. * While in there, brings this up to C++11 compliance by handling both the throwing and non-throwing overloads properly (this was failing to compile if exceptions were enabled). * I'm not an expert on this -- just did some digging and trying to fix the issue I see.
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.