[all-commits] [llvm/llvm-project] 6c8a88: [mlir] fix python test
ftynse via All-commits
all-commits at lists.llvm.org
Thu Jan 19 01:00:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c8a884707e573eec66bb8e512aeaec5aeb8ab8e
https://github.com/llvm/llvm-project/commit/6c8a884707e573eec66bb8e512aeaec5aeb8ab8e
Author: Alex Zinenko <zinenko at google.com>
Date: 2023-01-19 (Thu, 19 Jan 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] fix python test
It was using an incorrect attribute type, but the test was still passing
because of the value being present in the output.
More information about the All-commits
mailing list