commit | 0be6423f7fdc04d271acf491f7c4bdee0e006cfc | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Thu Feb 15 11:39:27 2024 -0800 |
committer | GitHub <noreply@github.com> | Thu Feb 15 11:39:27 2024 -0800 |
tree | ee5f1ddefed62072f1b24e2f4820892396f3d23e | |
parent | a2ea8b9c0e931fa09e460eb85b02e5e7e4908080 [diff] |
Quality of life improvements for experimental/regression_suite. (#16415) * Capture output in test fixtures. * If compilation or execution fails, this will dump stdout/stderr from `iree-compile` or `iree-run-module` to the logs. * The formatting isn't pretty, but the output may help with triage. * Include full (short) summary reports at the end of pytest output. * I find it very useful to see which tests ran - both passing and failing. The default only shows failures. * Docs: https://docs.pytest.org/en/stable/how-to/output.html#producing-a-detailed-summary-report Progress on https://github.com/openxla/iree/issues/16372 (tidying up `regression_suite` while I evaluating extending it) ci-exactly: build_packages, regression_test_cpu, regression_test_amdgpu_rocm, regression_test_amdgpu_vulkan
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.