This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add alias for input to shaped type op interface
ClosedPublic

Authored by jpienaar on Mar 22 2021, 7:29 PM.

Details

Summary

Range type that allows for wrapping different value & shape ranges with correspondence to Shape's ValueShape type - initially aliased to ValueRange (which corresponds to the trivial mapping from a ShapedType's Value's shape to shape). Just plain alias, before expanding.

Diff Detail

Event Timeline

jpienaar created this revision.Mar 22 2021, 7:29 PM
jpienaar requested review of this revision.Mar 22 2021, 7:29 PM
herhut added inline comments.May 7 2021, 2:09 AM
mlir/include/mlir/Interfaces/InferTypeOpInterface.h
79

What does Shapes's refer to here?

jpienaar updated this revision to Diff 360448.Jul 21 2021, 7:27 AM

Update comment.

jpienaar marked an inline comment as done.Jul 21 2021, 7:27 AM
jpienaar added inline comments.
mlir/include/mlir/Interfaces/InferTypeOpInterface.h
79

Shape dialect, I'll expand it.

rsuderman accepted this revision.Jul 21 2021, 10:08 AM
This revision is now accepted and ready to land.Jul 21 2021, 10:08 AM
This revision was landed with ongoing or failed builds.Jul 21 2021, 10:34 AM
This revision was automatically updated to reflect the committed changes.
jpienaar marked an inline comment as done.