commit | 7bdaf4a0c7f75ae6eef1553d7fdab40c21bd3c69 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Wed Dec 13 11:57:50 2023 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 13 19:57:50 2023 +0000 |
tree | c47953c685f04a1135f32a3543bbea97c3c447fc | |
parent | 45febf7a92f29629e09ce928974df05ccfcb4291 [diff] |
Drop Vulkan driver tests from `tools/test/`. (#15912) Progress on https://github.com/openxla/iree/issues/15299 This directory is for tests of the core project, so we should support the tests on as broad a range of targets as possible. Driver-specific tests (including ones that require specific hardware) are still useful, but this monolithic MLIR lit test suite is not the place for them. Without a change like this, https://github.com/openxla/iree/pull/15837 would skip the `tools/test/` test suite in the `test_all` job, since SwiftShader is no longer used as a software implementation of Vulkan and all Vulkan tests are skipped on CPU-only machines: ``` # Before: iree/tools/test = 59.68 sec*proc (22 tests) # Drop SwiftShader, without this change: iree/tools/test = 0.27 sec*proc (1 test) # With this change: iree/tools/test = 49.66 sec*proc (22 tests) ``` (sample logs: [before](https://github.com/openxla/iree/actions/runs/7198521417/job/19608693537#step:6:3090), [drop SwiftShader without this change](https://github.com/openxla/iree/actions/runs/7171350678/job/19526876959?pr=15837#step:6:2813), [with this change](https://github.com/openxla/iree/actions/runs/7200086847/job/19613475932?pr=15912#step:6:3089))
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.