diff options
author | Boian Petkantchin <boian.petkantchin@amd.com> | 2023-12-08 11:34:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 11:34:44 -0800 |
commit | 944e031e36d9515b68b320f611edfc97d5460259 (patch) | |
tree | 6325b8e615744958739d7c2f3cf8da34940dc1a2 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 02379d19147afda413a2bc757e8d2f5249d772d1 (diff) | |
download | llvm-944e031e36d9515b68b320f611edfc97d5460259.zip llvm-944e031e36d9515b68b320f611edfc97d5460259.tar.gz llvm-944e031e36d9515b68b320f611edfc97d5460259.tar.bz2 |
[mlir][mesh] Use tensor shape notation for the shape of a cluster (#73826)
Examle:
substitute
mesh.cluster @mesh0(rank = 2, dim_sizes = [0, 4])
with
mesh.cluster @mesh0(rank = 2, dim_sizes = ?x4)
Same as tensor/memref shapes. The only difference is for 0-rank shapes.
With tensors you would have something like `tensor<f32>`. Here to avoid
matching an empty string a 0-rank shape is denoted by `[]`.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions