This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add BroadcastOp to Linalg structured ops.
ClosedPublic

Authored by olegshyshkov on Nov 3 2022, 4:37 AM.

Diff Detail

Event Timeline

olegshyshkov created this revision.Nov 3 2022, 4:37 AM
olegshyshkov requested review of this revision.Nov 3 2022, 4:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2022, 4:37 AM
olegshyshkov edited the summary of this revision. (Show Details)Nov 3 2022, 4:38 AM
pifon2a accepted this revision.Nov 3 2022, 9:21 AM

Thank you!

mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
1873

Can we have a constant for that?

This revision is now accepted and ready to land.Nov 3 2022, 9:21 AM

Add a constant to represent unmapped dims.

olegshyshkov marked an inline comment as done.Nov 4 2022, 3:07 AM

Thank you!