commit | 90afd4b2abd676ce5d3ba035d99f97a1f6b7e0ca | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue Feb 22 10:10:11 2022 -0800 |
committer | GitHub <noreply@github.com> | Tue Feb 22 10:10:11 2022 -0800 |
tree | 412afb1cc76961c74e14c37395be2fb3eac48e97 | |
parent | 890f741e0a6f28e345780676f1852f0a1b93186d [diff] |
Add HAL CTS 'variants' support and cuda_graph CTS test suite. (#8357) * `iree_hal_cts_test_suite()` now supports a `VARIANT_SUFFIX`, which creates a new test suite for the same `DRIVER_NAME`, but with the flexibility to change the other arguments (`DRIVER_REGISTRATION_FN`, `COMPILER_TARGET_BACKEND`, etc.) * This also adds an `ARGS` argument, which contains a list of strings to pass to any underlying `cc_test`s when run under `ctest` Together, these features are used to create a `cuda_graph` variant test suite that sets the `--cuda_use_streams=0` CLI flag. Note: this can create duplicate test binaries and the flag passing is only enforced by CTest, so running the tests directly (e.g. under a debugger) won't pass the flags :/
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.