commit | 47238df8198e06fcaf41858114fdac5d6c1ba4dc | [log] [tgz] |
---|---|---|
author | Niloy Sikdar <58071992+niloysikdar@users.noreply.github.com> | Wed Jul 28 23:37:33 2021 +0530 |
committer | GitHub <noreply@github.com> | Wed Jul 28 11:07:33 2021 -0700 |
tree | 750030c7e7c7db498ebef7d6377673ad23fd82d6 | |
parent | 54ca93cacd22449a405fe9f8addf7636896049d5 [diff] |
Run a check_submodule_init script during CMake configure (#6568) Checking if git submodules have been initialized and printing warning messages. Added a python script in `scripts/git/check_submodule_init.py` which will run inside the CMake: `CMakeLists.txt ` - The script won't check for the status of the submodules if not a git repository - This will only run if python/python3 is available Fixes #6434 Co-authored-by: Scott Todd <scotttodd@google.com>
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.