This is an archive of the discontinued LLVM Phabricator instance.

[mlir][gpu] Allow all dialects in SCF to GPU conversion.
ClosedPublic

Authored by herhut on Feb 11 2021, 12:44 AM.

Details

Summary

With the standard dialect being split up, the set of dialects that are
used when converting to GPU is growing. This change modifies the
SCFToGpu pass to allow all operations inside launch bodies.

Diff Detail

Event Timeline

herhut created this revision.Feb 11 2021, 12:44 AM
herhut requested review of this revision.Feb 11 2021, 12:44 AM
ftynse accepted this revision.Feb 11 2021, 12:53 AM
This revision is now accepted and ready to land.Feb 11 2021, 12:53 AM
This revision was landed with ongoing or failed builds.Feb 11 2021, 1:03 AM
This revision was automatically updated to reflect the committed changes.