commit | 6ff9a3d76caabecffe555e1f38481090e09c2159 | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Fri Mar 01 10:52:00 2024 -0800 |
committer | GitHub <noreply@github.com> | Fri Mar 01 18:52:00 2024 +0000 |
tree | bfc54b6886ac1eaba7eb4fd677bf1d41c9563d0b | |
parent | 7e1ebd8985be1597d9a1c95cdd67e42840b71631 [diff] |
Refactor how llvm-cpu check tests interface with ASan/TSan. (#16452) Progress on https://github.com/openxla/iree/issues/16443 This removes the following CMake options: * `IREE_BYTECODE_MODULE_FORCE_LLVM_SYSTEM_LINKER` * `IREE_BYTECODE_MODULE_ENABLE_ASAN` * `IREE_BYTECODE_MODULE_ENABLE_TSAN` Now, each test suite using the `llvm-cpu` target will automatically generate ASan and TSan test cases as well. We don't want to use this approach for other backends (e.g. CUDA graphs vs streams), but sanitizers are special in how they interact with the source build. Future test suite refactoring may further decouple tests from builds where this should be less complicated. The `build_tools/cmake/build_and_test_asan.sh` script now also only runs tests once, shaving a few minutes off of the `asan` CI job.
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.