[all-commits] [llvm/llvm-project] 005c83: [mlir][tensor] Fix ReifyResultShapes implementatio...
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Fri Dec 1 16:30:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 005c83380a907becbf5a6b4522fc43652c9536cd
https://github.com/llvm/llvm-project/commit/005c83380a907becbf5a6b4522fc43652c9536cd
Author: Quinn Dawkins <quinn.dawkins at gmail.com>
Date: 2023-12-01 (Fri, 01 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 ReifyResultShapes implementation for tensor.concat (#74157)
Without folding the result of the initial tensor.dim, the
ReifyResultShapes implementation would be incorrect because it would
return a dynamic shape for a static result shape.
More information about the All-commits
mailing list