This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] sampled matrix multiplication fusion test
ClosedPublic

Authored by aartbik on Sep 24 2021, 1:37 PM.

Details

Summary

This integration tests runs a fused and non-fused version of
sampled matrix multiplication. Both should eventually have the
same performance!

NOTE: relies on pending tensor.init fix!

Diff Detail

Event Timeline

aartbik created this revision.Sep 24 2021, 1:37 PM
aartbik requested review of this revision.Sep 24 2021, 1:37 PM
bixia accepted this revision.Sep 27 2021, 9:01 AM
This revision is now accepted and ready to land.Sep 27 2021, 9:01 AM
aartbik updated this revision to Diff 375349.Sep 27 2021, 11:24 AM

rebased with parent in main

This revision was automatically updated to reflect the committed changes.