commit | cba0bc460d0529849703b4b1b37fe6f92d78cdb9 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Wed Mar 16 13:03:09 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Mar 16 13:03:09 2022 -0700 |
tree | 85ec57a7ba1c17dbae512a3bf877204fa65a6eaa | |
parent | c1d6af3f2b73de00e004a7d47df98ee23d8d9705 [diff] |
Remove IREE_LLVMAOT_DISABLE from lit tests and scripts. (#8560) This was originally IREE_LLVMJIT_DISABLE and was used to disable the LLVM compiler target + corresponding runtime HAL driver when platform support was limited and filtering was more useful. New tests for platforms with special requirements should go through the check framework or some other alternative to the lit test runner. Tests were updated with this regex find/replace: ``` \[\[\s\$IREE_LLVMAOT_DISABLE.*\|\|\s\((.*)\) $1 ```
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.