This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] provide more types for external to/from MLIR routines
ClosedPublic

Authored by aartbik on Feb 18 2022, 12:23 PM.

Details

Summary

These routines will need to be specialized a lot more based on value types,
index types, pointer types, and permutation/dimension ordering. This is a
careful first step, providing some functionality needed in PyTACO bridge.

Diff Detail

Event Timeline

aartbik created this revision.Feb 18 2022, 12:23 PM
aartbik requested review of this revision.Feb 18 2022, 12:23 PM
bixia accepted this revision.Feb 18 2022, 12:48 PM
This revision is now accepted and ready to land.Feb 18 2022, 12:48 PM