commit | 8a765072fa9b70724ff3c4a0226cdbe198d8e3c5 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Mon Nov 21 19:49:45 2022 +0000 |
committer | GitHub <noreply@github.com> | Mon Nov 21 11:49:45 2022 -0800 |
tree | c86e7f861c0d24c18d4c55f9337b784b7198e1af | |
parent | 9140c1d0fbf38e9d05a111bbbfe0e865c240a771 [diff] |
Disable LSAN in the ASAN tests on Vulkan (#11206) Fixes #11203. This PR started out as a tentative massaging of LSAN to avert some issue on CI bots, but that didn't work and it later appeared that there was a rich history of LSAN issues with Swiftshader and the correct course of action was to disable the LSAN part of ASAN when running ASAN tests on Vulkan. Reusing this PR so we keep the motivating history in one place. See the below https://github.com/iree-org/iree/pull/11206#issuecomment-1320578288
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.