This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Replace SimplePad with PadTensor in tile-and-pad
ClosedPublic

Authored by hanchung on Jan 27 2021, 11:57 AM.

Details

Summary

This revision creates a build method of PadTensorOp which can be mapped to
SimplePad op. The verifier is updated to accept a static custom result type,
which has the same semantic as SimplePadOp.

Diff Detail