[all-commits] [llvm/llvm-project] 86ddbd: [mlir][linalg][transform][python] Allow no args in...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Tue Sep 19 01:35:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86ddbdd3e74797cc3ead26bfc9665d69dfbccdbf
https://github.com/llvm/llvm-project/commit/86ddbdd3e74797cc3ead26bfc9665d69dfbccdbf
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M mlir/python/mlir/dialects/_structured_transform_ops_ext.py
M mlir/test/python/dialects/transform_structured_ext.py
Log Message:
-----------
[mlir][linalg][transform][python] Allow no args in MaskedVectorize. (#66541)
The mix-in of this op did not allow to pass in no argument. This special
case is now handled correctly and covered by the tests.
More information about the All-commits
mailing list