This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Allow mixed type cooperative matrix muladd
ClosedPublic

Authored by ThomasRaoux on Jun 17 2020, 12:18 PM.

Details

Summary

muladd can have different types for lhs/rhs and acc/destination. Change verifier and update the test to use supported example.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Jun 17 2020, 12:18 PM
antiagainst accepted this revision.Jun 17 2020, 2:40 PM
This revision is now accepted and ready to land.Jun 17 2020, 2:40 PM
This revision was automatically updated to reflect the committed changes.