This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][taco] Support more data types.
ClosedPublic

Authored by bixia on May 4 2022, 7:43 AM.

Details

Summary

Support int8, int16, int32 and int32. Also fix source code format in mlir_pytaco_utils.py.

Add tests.

Diff Detail

Event Timeline

bixia created this revision.May 4 2022, 7:43 AM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.May 4 2022, 7:43 AM
bixia edited the summary of this revision. (Show Details)May 4 2022, 7:44 AM
aartbik accepted this revision.May 4 2022, 8:58 AM

Nice! Thank you for doing this so quickly!

This revision is now accepted and ready to land.May 4 2022, 8:58 AM
This revision was automatically updated to reflect the committed changes.