Unverified Commit fe8c649d authored by Cullen Rhodes's avatar Cullen Rhodes Committed by GitHub
Browse files

[mlir][linalg] Add an e2e test for linalg.matmul_transpose_a to ArmSME (#71644)

This patch adds an integration test demonstrating the first e2e example
lowering a linalg.matmul to SME via vector.outerproduct.

The test uses a 'linalg.matmul_transpose_a' rather than 'linalg.matmul'
since the latter emits a 'vector.transfer_read' with a vector type of
'vector<[4]x1xf32>' that can't be currently lowered via generic (SVE)
path, since it has leading scalable dim.
parent 4240b179
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment