This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Use optional for outerproduct accumulator instead of variadic
ClosedPublic

Authored by c-rhodes on Aug 31 2023, 2:16 AM.

Details

Summary

This was introduced before the Optional directive and uses Variadic, but
it's really optional.

Diff Detail

Event Timeline

c-rhodes created this revision.Aug 31 2023, 2:16 AM
Herald added a project: Restricted Project. · View Herald Transcript
c-rhodes requested review of this revision.Aug 31 2023, 2:16 AM
benmxwl-arm accepted this revision.Aug 31 2023, 6:32 AM

LGTM 👍

This revision is now accepted and ready to land.Aug 31 2023, 6:32 AM
nicolasvasilache accepted this revision.Aug 31 2023, 6:33 AM

yes, thank you!

dcaballe accepted this revision.Aug 31 2023, 1:35 PM

Thanks!

This revision was landed with ongoing or failed builds.Aug 31 2023, 11:04 PM
This revision was automatically updated to reflect the committed changes.