[all-commits] [llvm/llvm-project] fcd54b: [mlir][tensor] Fix tensor.concat reifyResultShapes...
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Fri Dec 15 05:44:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcd54b368e6713acd236dc47401b5292755900d7
https://github.com/llvm/llvm-project/commit/fcd54b368e6713acd236dc47401b5292755900d7
Author: Quinn Dawkins <quinn.dawkins at gmail.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/test/Dialect/Tensor/decompose-concat.mlir
Log Message:
-----------
[mlir][tensor] Fix tensor.concat reifyResultShapes for static result dims (#75558)
When the concatenated dim is statically sized but the inputs are
dynamically sized, reifyResultShapes must return the static shape. Fixes
the implementation of the interface for tensor.concat in such cases.
More information about the All-commits
mailing list