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 ?

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 requested a review from qaco March 6, 2026 16:51
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