[all-commits] [llvm/llvm-project] fc18b1: [mlir][mesh] In sharding attr use FlatSymbolRefAtt...
Boian Petkantchin via All-commits
all-commits at lists.llvm.org
Fri Jan 5 07:14:20 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc18b13492880ba8597333c6050a18ec6db0f831
https://github.com/llvm/llvm-project/commit/fc18b13492880ba8597333c6050a18ec6db0f831
Author: Boian Petkantchin <boian.petkantchin at amd.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M mlir/include/mlir/Dialect/Mesh/IR/MeshBase.td
M mlir/include/mlir/Dialect/Mesh/IR/MeshOps.td
M mlir/include/mlir/Dialect/Mesh/Interfaces/ShardingInterface.h
M mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
M mlir/lib/Dialect/Mesh/Interfaces/ShardingInterface.cpp
M mlir/test/Dialect/Mesh/invalid.mlir
Log Message:
-----------
[mlir][mesh] In sharding attr use FlatSymbolRefAttr instead of SymbolRefAttr (#76886)
Analogous to func.call use FlatSymbolRefAttr to reference the
corresponding mesh.
More information about the All-commits
mailing list