[all-commits] [llvm/llvm-project] 81ead8: [mlir][Linalg] Temporarily circumvent TensorConsta...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Oct 12 13:25:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 81ead8a53525abe1f149b3c5ad1bb44ee258d10f
https://github.com/llvm/llvm-project/commit/81ead8a53525abe1f149b3c5ad1bb44ee258d10f
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M mlir/integration_test/Dialect/Linalg/CPU/test-tensor-matmul.mlir
Log Message:
-----------
[mlir][Linalg] Temporarily circumvent TensorConstant bufferize bug
The TensorConstantOp bufferize conversion pattern has a bug that
makes it incorrect in the case of vectors whose alignment is not
the natural alignment. Circumvent it temporarily by using a power of 2.
Differential Revision: https://reviews.llvm.org/D89265
More information about the All-commits
mailing list