This is an archive of the discontinued LLVM Phabricator instance.

[mlir][interfaces] Drop `dest` from getTiledImplementation
ClosedPublic

Authored by springerm on Aug 31 2022, 5:51 AM.

Details

Summary

getTiledImplementation only computes the tiled operation, but does not insert the result into any tensor.

Diff Detail

Event Timeline

springerm created this revision.Aug 31 2022, 5:51 AM
springerm requested review of this revision.Aug 31 2022, 5:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 5:51 AM
mravishankar accepted this revision.Aug 31 2022, 10:09 AM

Awesome! Thank you!

This revision is now accepted and ready to land.Aug 31 2022, 10:09 AM