commit | 2e0ef4facfa3a66132197e978a8e51039ca522d1 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Sat Feb 25 18:24:14 2023 -0500 |
committer | GitHub <noreply@github.com> | Sat Feb 25 23:24:14 2023 +0000 |
tree | 3a9aa2d46ca60afb199f6dcaabe3d97e3b191cde | |
parent | db7211989f3165390754704350312e77dbc9acc1 [diff] |
[cmake] Make writing check tests easier for external drivers (#12380) * Allow using external drivers in `iree_check_test`. In addition to checking officially supported HAL drivers, also check whether the HAL driver is in the external driver list. * Get base file name as the check test name. This allows referencing existing tests from the `experimental/` directory. Progress towards https://github.com/openxla/iree/issues/4370
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.