This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] fix ordering in Intel joint matrix ops
ClosedPublic

Authored by nirvedhmeshram on Sep 16 2022, 12:53 PM.

Details

Summary

The order in which the operands are mentioned is important as the autogenerated (de)serialization follows the order there to build the spirv binary instruction.
This patch fixes the operand order and makes it consistent with the spec.

Diff Detail

Event Timeline

nirvedhmeshram requested review of this revision.Sep 16 2022, 12:53 PM
nirvedhmeshram edited the summary of this revision. (Show Details)Sep 16 2022, 1:02 PM
antiagainst accepted this revision.Sep 19 2022, 9:16 AM
This revision is now accepted and ready to land.Sep 19 2022, 9:16 AM