commit | d93b33310fe34eac57708187eef6311663e69762 | [log] [tgz] |
---|---|---|
author | mariecwhite <mariewhite@google.com> | Mon Dec 12 17:43:42 2022 -0800 |
committer | GitHub <noreply@github.com> | Tue Dec 13 01:43:42 2022 +0000 |
tree | dd1661686d4f01eec9b34d03b6489417213bb729 | |
parent | fb7f7d12385328adccba3b1a17b03d5ee6fd2925 [diff] |
Get TF:XLA working in docker (#11483) XLA:GPU and XLA:CPU baselines are being generated manually on a VM instance with similar hardware to the runners. This PR adds CUDA and CuDNN packages to the SHARK dockerfile in order for Tensorflow to run with XLA in the Docker container, removing the need to run benchmarks manually to get XLA baselines.
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.