This is an archive of the discontinued LLVM Phabricator instance.

[mlir][gpu] NFC: Make room for more than one GPU rewrite pattern.
ClosedPublic

Authored by csigg on Oct 14 2020, 1:16 AM.

Details

Summary

AllReduceLowering is currently the only GPU rewrite pattern, but more are coming. This is a preparation change.

Diff Detail

Event Timeline

csigg created this revision.Oct 14 2020, 1:16 AM
csigg requested review of this revision.Oct 14 2020, 1:16 AM
csigg added inline comments.Oct 14 2020, 1:19 AM
mlir/test/lib/Transforms/TestGpuRewrite.cpp
37
csigg updated this revision to Diff 298064.Oct 14 2020, 1:20 AM

Fix pass description.

Harbormaster completed remote builds in B75039: Diff 298064.
herhut accepted this revision.Oct 14 2020, 1:55 AM
This revision is now accepted and ready to land.Oct 14 2020, 1:55 AM