This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform][gpu][python] Add MapForallToBlocks mix-in.
ClosedPublic

Authored by ingomueller-net on Jul 19 2023, 8:38 AM.

Details

Summary

This patch adds a mix-in class for MapForallToBlocks with overloaded
constructors. This makes it optional to provide the return type of the
op, which is defaulte to AnyOpType.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 8:38 AM
ingomueller-net requested review of this revision.Jul 19 2023, 8:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 8:38 AM

Remove some unused imports.

Removing another unused import.

ftynse accepted this revision.Jul 20 2023, 2:13 AM
This revision is now accepted and ready to land.Jul 20 2023, 2:13 AM