This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Allow lowering of vector.shape_cast 2D <-> 1D
ClosedPublic

Authored by nicolasvasilache on Mar 6 2020, 2:55 PM.

Details

Summary

This supports the progressive lowering of:
vector.contract ->

downcast + vector.matrix_multiply + upcast ->
  llvm.intr.matrix

but can be otherwise submitted separately.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2020, 2:55 PM
aartbik accepted this revision.Mar 9 2020, 9:47 AM
This revision is now accepted and ready to land.Mar 9 2020, 9:47 AM
This revision was automatically updated to reflect the committed changes.