This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor] Implement ReifyRankedShapedTypeOpInterface on PadOp
AbandonedPublic

Authored by springerm on Apr 4 2022, 11:44 PM.

Details

Reviewers
tpopp
pifon2a

Diff Detail

Event Timeline

springerm created this revision.Apr 4 2022, 11:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 11:44 PM
springerm requested review of this revision.Apr 4 2022, 11:44 PM
pifon2a accepted this revision.Apr 5 2022, 2:31 AM
pifon2a added inline comments.
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
1834

nit: cache getLoc()?

This revision is now accepted and ready to land.Apr 5 2022, 2:31 AM
springerm abandoned this revision.Apr 5 2022, 3:09 AM

Just noticed that this is already implemented as an external model. (mlir::tensor::registerInferTypeOpInterfaceExternalModels)