commit | 9eb62c4fffdcc42a4f9ae642cafbdabd237eafc7 | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Mon Jun 24 09:21:27 2024 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 24 16:21:27 2024 +0000 |
tree | c62babf6c65e7194d9619db412a337cee8c08b52 | |
parent | 7b58c712a1c6bc1a13fc4525ef07b0030a950d86 [diff] |
Fix cmake generators on Windows and enable in pre-commit. (#17619) Progress on https://github.com/iree-org/iree/issues/17430 These generator scripts are writing cross platform build system files, so they should not use platform-dependent paths (with the `/` separator on Linux/macOS and the `\` separator on Windows). They maybe shouldn't even use [pathlib](https://docs.python.org/3/library/pathlib.html) at all.
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.