commit | c1557b10d666803fe1aac3903fa685fd7986ff66 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Sun Mar 19 21:10:12 2023 -0400 |
committer | GitHub <noreply@github.com> | Sun Mar 19 21:10:12 2023 -0400 |
tree | 823b422cff12b154244c7bdfe1a8cbccfba159a8 | |
parent | 3d6c54e0367d2777bd020d8a689ce62e6337a34e [diff] |
select aarch64 specific tests on Apple arm64 (#12674) I was wondering why we didn't catch on Mac/ARM CI that aarch64 regression from llvm-integrate, which we only saw on Android device tests (#12546). The reason was that our CMake logic only enabled those tests when CMAKE_SYSTEM_PROCESSOR is "aarch64", but on Apple it is "arm64" instead. We have some other places in the code that are already checking for both values, but this place was missing it. @wangkuiyi I haven't tested this locally as I haven't set up my Mac for local development.
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.