Skip to content

[Mlir] Skip default schedule for linalg.fill#63

Open
ElectrikSpace wants to merge 1 commit intoxtc-tools:mainfrom
ElectrikSpace:dev/snoiry/mlir_skip_fill
Open

[Mlir] Skip default schedule for linalg.fill#63
ElectrikSpace wants to merge 1 commit intoxtc-tools:mainfrom
ElectrikSpace:dev/snoiry/mlir_skip_fill

Conversation

@ElectrikSpace
Copy link
Contributor

Do not schedule the initialization operation linalg.fill, which is not controllable by the user.

Motivation

The default schedule applied can overconstraint lowering passes trying to fuse/optimize it.

Description

Based on the naming convention of Mlir nodes, skip the scheduling of the node corresponding to the linalg.fill.

Commits

Single commit

Discussion

What do you think ?

@ElectrikSpace ElectrikSpace requested a review from qaco March 6, 2026 16:51
Do not schedule the initialization operation linalg.fill, which is not
controllable by the user. The default schedule applied can overconstraint
lowering passes trying to fuse/optimize it.
@ElectrikSpace ElectrikSpace force-pushed the dev/snoiry/mlir_skip_fill branch from 54d6356 to e404b60 Compare March 11, 2026 15:11
@ElectrikSpace
Copy link
Contributor Author

rebase done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant