commit | bd52ed05180dfbaa9874f2cb4b426800aec3ba74 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon Nov 13 14:06:57 2023 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 13 22:06:57 2023 +0000 |
tree | b827dc7639af5e271bc620b4049c21a446dd061e | |
parent | 41a8152d967eca2d3d313dbbc41bc98c9d158c49 [diff] |
Delete IREEImportPublicTest. (#15573) I'm not fully sure what this test is trying to add coverage for (`IREE::HAL::getElementTypeValue` matches `IREE::Input::getElementTypeValue`...?), but this isn't the place for that type of testing (maybe static asserts or tests using the compiler API instead?). We do already have [`test/iree_import_public.mlir`](https://github.com/openxla/iree/blob/main/compiler/src/iree/compiler/InputConversion/Common/test/iree_import_public.mlir`). Practically speaking, this test got in the way of some refactoring on https://github.com/openxla/iree/pull/15568 (that PR starts generating this CMakeLists.txt from the associated BUILD.bazel file and moves some dependencies around).
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.