commit | 5ccf2dc4cd2db9e2e2e56b5398246e0fc3391855 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue Nov 28 13:24:07 2023 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 28 21:24:07 2023 +0000 |
tree | 4cd03768778069c243a72452a113509c7347bfae | |
parent | c5a6cdc8dd89b048b81e212f7ca674aa111d56f1 [diff] |
Add rocm e2e compilation tests for [stablehlo,tosa]_ops. (#15700) Just testing compilation success for now. (Note that IREE "check" tests run the compiler at _build_ time when `iree-test-deps` is built, _not at test time with ctest_) Tests for correct execution will require * Promoting the rocm HAL driver out of experimental * Ensuring that we have CI runners with the right hardware * Ensuring that these tests are properly tagged/filtered based on hardware requirements I may reduce copy/paste boilerplate with a test suite in a follow-up change.
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.