[all-commits] [llvm/llvm-project] 5f7c8c: [mlir][mesh] Add collective communication operatio...
Boian Petkantchin via All-commits
all-commits at lists.llvm.org
Tue Nov 21 06:50:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f7c8c1068d23d1f23643ddd141ca6f4f23f3578
https://github.com/llvm/llvm-project/commit/5f7c8c1068d23d1f23643ddd141ca6f4f23f3578
Author: Boian Petkantchin <boian at nod-labs.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
A mlir/docs/Dialects/Mesh.md
M mlir/include/mlir/Dialect/Mesh/IR/MeshBase.td
M mlir/include/mlir/Dialect/Mesh/IR/MeshOps.h
M mlir/include/mlir/Dialect/Mesh/IR/MeshOps.td
M mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
A mlir/test/Dialect/Mesh/canonicalization.mlir
M mlir/test/Dialect/Mesh/invalid.mlir
M mlir/test/Dialect/Mesh/ops.mlir
Log Message:
-----------
[mlir][mesh] Add collective communication operations (#71960)
Add all-gather, all-reduce, all-to-all and reduce-scatter. These
operations have device mesh semantics.
More information about the All-commits
mailing list