Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 8e26cc8

Browse files
authored
[MLIR][Transform] Consolidate result of structured.split into one list (#111171)
Follow-up a review comment from llvm/llvm-project#82792 (comment) as a separate PR: E.g.: ``` %0:2 = transform.structured.split ``` is changed to ``` %t = transform.structured.split %0:2 = transform.split_handle %t ```
1 parent 373f4ed commit 8e26cc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/python/mlir/dialects/transform/structured.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ def __init__(
445445
dynamic_chunk_sizes = chunk_sizes
446446

447447
super().__init__(
448-
target.type,
449448
target.type,
450449
target,
451450
dimension=dimension,

0 commit comments

Comments
 (0)