| commit | 6209806a07c9b5a7e7a6e7cac47bc99fc35aacfa | [log] [tgz] |
|---|---|---|
| author | Jakub Kuderski <jakub@nod-labs.com> | Mon Mar 04 18:24:22 2024 -0500 |
| committer | GitHub <noreply@github.com> | Mon Mar 04 18:24:22 2024 -0500 |
| tree | 1567a58502e13555e84df69576a23359f55bd021 | |
| parent | 57ac33955f5e1bd6e87b4ba85e760b90397a81c0 [diff] |
[ROCm] Set option to preload kernel arguments (#16659) This needs to be enabled both on the compiler and the runtime side; this PR adds the latter. Unfortunately, this does not seem to be exposed through the public API and requires an environment variable to be set before initializing the hip runtime. This makes this a temporary hack until we can upgrade to ROCm 6.1 where kernarg is enabled by default. This brings a few % latency improvement on SDXL's unet.
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.