commit | 24bf0acf3ab4c9a8c345b1e56589d1aed5c90c5e | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@gmail.com> | Wed Feb 28 19:54:41 2024 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 28 19:54:41 2024 -0800 |
tree | 5d943678b5f22c5669718a312ec5cdef4ad9da02 | |
parent | 42232b5d087f4264673da3cc7c8cae9a7a1cde80 [diff] |
[hip] Optionally enable graph command buffer and tests (#16604) This commit made `hipDrvGraphAddMemcpyNode` as an optional symbol so that even when we are missing it we can still build the hip HAL driver without problem. Instead it will error out at runtime. This allows us to start testing the hip graph based command buffer. For that, tests are registered.
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.