This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Relax restriction on reduction distribution
ClosedPublic

Authored by ThomasRaoux on Jan 5 2023, 3:16 PM.

Details

Summary

Relax unnecessary restriction when distribution a vector.reduce op. All the float and integer types can be supported by user's lambda.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Jan 5 2023, 3:16 PM
Herald added a project: Restricted Project. · View Herald Transcript
ThomasRaoux requested review of this revision.Jan 5 2023, 3:16 PM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Jan 5 2023, 11:44 PM
This revision is now accepted and ready to land.Jan 5 2023, 11:44 PM