commit | 6c75aa1083d6f9a1fa7f2b1ddd032decc9e87aa7 | [log] [tgz] |
---|---|---|
author | Quinn Dawkins <quinn.dawkins@gmail.com> | Mon May 27 17:58:06 2024 -0400 |
committer | GitHub <noreply@github.com> | Mon May 27 17:58:06 2024 -0400 |
tree | 4b279f632e21c706b5540cab0daef4b7d45410d0 | |
parent | 1750e2bfd28f2dd369dd8c4424f87a2f3854ec15 [diff] |
[Codegen][GPU] Allow iree_gpu.tensor_barrier to take vectors (#17479) This allows synchronizing on vectors as well as tensors with similar semantics. In a typical lowering flow, this will represent the read equivalent to a tensor barrier, in that a tensor barrier represents a wait until all writes to a shared allocation has finished, while this represents a wait until all threads have read the value they need from that shared allocation. Renames the operation to iree_gpu.value_barrier for clarity.
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.
Community meeting recordings: IREE YouTube channel
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.