This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix bug in TransferOpReduceRank when all dims are broadcasts
ClosedPublic

Authored by springerm on May 3 2021, 6:43 PM.

Details

Summary

TransferReadOps that are a scalar read + broadcast are handled by TransferReadToVectorLoadLowering.

Diff Detail

Event Timeline

springerm created this revision.May 3 2021, 6:43 PM
springerm requested review of this revision.May 3 2021, 6:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2021, 6:43 PM
ThomasRaoux accepted this revision.May 3 2021, 6:50 PM

Thanks for the fix!

This revision is now accepted and ready to land.May 3 2021, 6:50 PM
This revision was landed with ongoing or failed builds.May 3 2021, 7:22 PM
This revision was automatically updated to reflect the committed changes.