[all-commits] [llvm/llvm-project] c0f29e: [mlir][mesh] Make most collectives pure (#79643)
Boian Petkantchin via All-commits
all-commits at lists.llvm.org
Tue Jan 30 06:57:59 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0f29e83dbcc6789e74918ac6d8d46b8833f45aa
https://github.com/llvm/llvm-project/commit/c0f29e83dbcc6789e74918ac6d8d46b8833f45aa
Author: Boian Petkantchin <boian.petkantchin at amd.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M mlir/docs/Dialects/Mesh.md
M mlir/include/mlir/Dialect/Mesh/IR/MeshOps.td
Log Message:
-----------
[mlir][mesh] Make most collectives pure (#79643)
There are assumptions of matching/consistent paths of execution under SPMD that allow to have pure collective communication operations.
More information about the All-commits
mailing list