commit | 78c0051892a87f183611abc786f72c0da0e44668 | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Wed Jul 10 09:37:14 2024 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 10 09:37:14 2024 -0700 |
tree | 04a3edc9631c869dc419ab232613dad3f6e9e5c2 | |
parent | e000353aed068d1801def3675e52764e843e60b9 [diff] |
Simplify tests/e2e/stablehlo_ops. (#17843) Forking this from https://github.com/iree-org/iree/pull/17766 to just look at a single directory. * Moved Metal and ROCm tests from being exclusively defined in CMake to being defined (but then no-op'd) in Bazel * Taught the test function to insert `--iree-rocm-target-chip=${IREE_HIP_TEST_TARGET_CHIP}` (not happy that this is required though) * Merged test srcs down to a single `ALL_SRCS` glob for test suites that work across all configurations * Enabled previously disabled tests * Fixes https://github.com/iree-org/iree/issues/9583 * Fixes https://github.com/iree-org/iree/issues/12415 (maybe, might have to disable those tests on Android/Vulkan again)
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.
Community meeting recordings: IREE YouTube channel
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.