This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC: Add utility function to tile, fuse and set marker to use loop.parallel.
ClosedPublic

Authored by mravishankar on Apr 11 2020, 11:02 PM.

Details

Summary

This change is NFC since the facility to tile and generate
loop.parallel loops already exists in Linalg.

Depends On D77964

Diff Detail

Event Timeline

mravishankar created this revision.Apr 11 2020, 11:02 PM
This revision is now accepted and ready to land.Apr 12 2020, 10:26 AM
antiagainst added inline comments.Apr 12 2020, 5:14 PM
mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h
65–68

Might worth to explain the differences between these two variants?

Adding doc comment describing the new utility functions.

This revision was automatically updated to reflect the committed changes.