commit | 98388669016af3dbb6d00f60acbba0fc255e9170 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Thu Feb 03 15:37:30 2022 -0800 |
committer | GitHub <noreply@github.com> | Thu Feb 03 15:37:30 2022 -0800 |
tree | 117b99da9558f2a3cf2c4cd03a6698040acebb7d | |
parent | 910a363058f6499db5a9514a56caea06084b0c3a [diff] |
Re-enable CUDA compiler and runtime build. (#8235) * Re-enable CUDA compiler and runtime build. * Both are now disabled by default. Enabling them triggers a search for headers and bitcode files that finds them in a local SDK or allows them to be externally specified. * Removes bazel build support for CUDA runtime. * Does not yet re-enable tests. Will clean that up in a followup as there is now some optionality here that was not planned for. * Remove hal/cuda/registration/BUILD
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.