commit | 97982ecba8c00e775a0198b91cd7151e992fbe59 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Wed Dec 22 12:30:51 2021 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 22 12:30:51 2021 -0800 |
tree | d219a715f60ec05418a1dd7f28ec9e6e96d3e197 | |
parent | d149609f58c28f618d17f6bb66629e205b5e1e75 [diff] |
Enable /std:c11 for MSVC builds. (#7943) There seems to be a version dependency on whether this flag gates all C11 related features, which is causing the CI releases to fail on missing support for _Generic. Setting this option per the recommendation at https://devblogs.microsoft.com/cppblog/c11-and-c17-standard-support-arriving-in-msvc/ as a first step. That post also indicates a tie-in to a Windows update (??? - really, for a pre-processor change), but starting here. This will now hard fail on older versions of MSVC (<16.9 iiuc). This is deemed better than soft failures due to unsupported compiler features.
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.