This is an archive of the discontinued LLVM Phabricator instance.

[mlir][amx] add a full tile matrix mult integral example to integration tests
ClosedPublic

Authored by aartbik on Jan 26 2022, 4:08 PM.

Diff Detail

Event Timeline

aartbik created this revision.Jan 26 2022, 4:08 PM
aartbik requested review of this revision.Jan 26 2022, 4:08 PM
aartbik updated this revision to Diff 403445.Jan 26 2022, 4:55 PM

fixed tensor issue in original test with better flags

dcaballe accepted this revision.Jan 26 2022, 5:00 PM

Thanks, Aart!

This revision is now accepted and ready to land.Jan 26 2022, 5:00 PM
This revision was landed with ongoing or failed builds.Jan 26 2022, 5:10 PM
This revision was automatically updated to reflect the committed changes.
bondhugula added inline comments.
mlir/test/Integration/Dialect/Vector/CPU/AMX/test-muli-full.mlir
101–103

Since this is an integration test, it's more compact and readable to just use a splat constant and lower it? (or just a alloc + fill). Also, it wouldn't be great to "temporary" bufferization ops in an integration test.