This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Split out GPU ops library from Transforms
ClosedPublic

Authored by bondhugula on Jul 6 2021, 4:29 AM.

Details

Summary

Split out GPU ops library from GPU transforms. This allows libraries to
depend on GPU Ops without needing/building its transforms.

Diff Detail

Event Timeline

bondhugula created this revision.Jul 6 2021, 4:29 AM
bondhugula requested review of this revision.Jul 6 2021, 4:29 AM
bondhugula updated this revision to Diff 356678.Jul 6 2021, 4:37 AM

Prune deps.

ftynse accepted this revision.Jul 6 2021, 4:38 AM
This revision is now accepted and ready to land.Jul 6 2021, 4:38 AM
This revision was automatically updated to reflect the committed changes.