[all-commits] [llvm/llvm-project] 99a198: [mlir][Python][linalg] Fix to limit size of SmallV...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu May 20 00:27:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99a198641cbb196a1bdfd444ae64c0ab8d4d4c55
https://github.com/llvm/llvm-project/commit/99a198641cbb196a1bdfd444ae64c0ab8d4d4c55
Author: Tobias Gysi <gysit at google.com>
Date: 2021-05-20 (Thu, 20 May 2021)
Changed paths:
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
Log Message:
-----------
[mlir][Python][linalg] Fix to limit size of SmallVector.
Stack allocate at most two ScalarAssign elements. Using the default number of inlined elements triggered a static assert in some setups (https://reviews.llvm.org/D102075).
Differential Revision: https://reviews.llvm.org/D102827
More information about the All-commits
mailing list